Class ProjectsResource.LocationsResource.ExampleStoresResource.CreateRequest
Create an ExampleStore.
Inheritance
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ExampleStoresResource.CreateRequest : AiplatformBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
CreateRequest(IClientService, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
ExampleStoreCreateTime
object representation of ExampleStoreCreateTimeRaw.
Declaration
[Obsolete("This property is obsolete and may behave unexpectedly; please use ExampleStoreCreateTimeDateTimeOffset instead.")]
public virtual object ExampleStoreCreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ExampleStoreCreateTimeDateTimeOffset
Declaration
public virtual DateTimeOffset? ExampleStoreCreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ExampleStoreCreateTimeRaw
String representation of ExampleStoreCreateTimeDateTimeOffset, formatted for inclusion in the HTTP request.
Declaration
[RequestParameter("exampleStore.createTime", RequestParameterType.Query)]
public virtual string ExampleStoreCreateTimeRaw { get; }
Property Value
Type | Description |
---|---|
string |
ExampleStoreDescription
Optional. Description of the ExampleStore.
Declaration
[RequestParameter("exampleStore.description", RequestParameterType.Query)]
public virtual string ExampleStoreDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
ExampleStoreDisplayName
Required. Display name of the ExampleStore.
Declaration
[RequestParameter("exampleStore.displayName", RequestParameterType.Query)]
public virtual string ExampleStoreDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ExampleStoreExampleStoreConfigVertexEmbeddingModel
Required. The embedding model to be used for vector embedding. Immutable. Supported models: * "text-embedding-005" * "text-multilingual-embedding-002"
Declaration
[RequestParameter("exampleStore.exampleStoreConfig.vertexEmbeddingModel", RequestParameterType.Query)]
public virtual string ExampleStoreExampleStoreConfigVertexEmbeddingModel { get; set; }
Property Value
Type | Description |
---|---|
string |
ExampleStoreName
Identifier. The resource name of the ExampleStore. This is a unique identifier. Format: projects/{project}/locations/{location}/exampleStores/{example_store}
Declaration
[RequestParameter("exampleStore.name", RequestParameterType.Query)]
public virtual string ExampleStoreName { get; set; }
Property Value
Type | Description |
---|---|
string |
ExampleStoreUpdateTime
object representation of ExampleStoreUpdateTimeRaw.
Declaration
[Obsolete("This property is obsolete and may behave unexpectedly; please use ExampleStoreUpdateTimeDateTimeOffset instead.")]
public virtual object ExampleStoreUpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ExampleStoreUpdateTimeDateTimeOffset
Declaration
public virtual DateTimeOffset? ExampleStoreUpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ExampleStoreUpdateTimeRaw
String representation of ExampleStoreUpdateTimeDateTimeOffset, formatted for inclusion in the HTTP request.
Declaration
[RequestParameter("exampleStore.updateTime", RequestParameterType.Query)]
public virtual string ExampleStoreUpdateTimeRaw { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. The resource name of the Location to create the ExampleStore in. Format:
projects/{project}/locations/{location}
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()