Class GoogleCloudAiplatformV1UndeployIndexRequest
Request message for IndexEndpointService.UndeployIndex.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1UndeployIndexRequest : IDirectResponseSchema
Properties
DeployedIndexId
Required. The ID of the DeployedIndex to be undeployed from the IndexEndpoint.
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 |