Class GoogleCloudAiplatformV1DeployIndexOperationMetadata
Runtime operation information for IndexEndpointService.DeployIndex.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1DeployIndexOperationMetadata : IDirectResponseSchema
Properties
DeployedIndexId
The unique index id specified by user
Declaration
[JsonProperty("deployedIndexId")]
public virtual string DeployedIndexId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GenericMetadata
The operation generic information.
Declaration
[JsonProperty("genericMetadata")]
public virtual GoogleCloudAiplatformV1GenericOperationMetadata GenericMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1GenericOperationMetadata |