Class GoogleCloudAiplatformV1DeployIndexRequest
Request message for IndexEndpointService.DeployIndex.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1DeployIndexRequest : IDirectResponseSchema
Properties
DeployedIndex
Required. The DeployedIndex to be created within the IndexEndpoint.
Declaration
[JsonProperty("deployedIndex")]
public virtual GoogleCloudAiplatformV1DeployedIndex DeployedIndex { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1DeployedIndex |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |