Class GoogleCloudAiplatformV1DeployIndexResponse
Response message for IndexEndpointService.DeployIndex.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1DeployIndexResponse : IDirectResponseSchema
Properties
DeployedIndex
The DeployedIndex that had been deployed in 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 |