Class GoogleCloudAiplatformV1beta1MutateDeployedIndexResponse
Response message for IndexEndpointService.MutateDeployedIndex.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1MutateDeployedIndexResponse : IDirectResponseSchema
Properties
DeployedIndex
The DeployedIndex that had been updated in the IndexEndpoint.
Declaration
[JsonProperty("deployedIndex")]
public virtual GoogleCloudAiplatformV1beta1DeployedIndex DeployedIndex { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1DeployedIndex |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |