public sealed class UndeployIndexRequest : IMessage<UndeployIndexRequest>, IEquatable<UndeployIndexRequest>, IDeepCloneable<UndeployIndexRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UndeployIndexRequest.
Request message for [IndexEndpointService.UndeployIndex][google.cloud.aiplatform.v1beta1.IndexEndpointService.UndeployIndex].
Implements
IMessageUndeployIndexRequest, IEquatableUndeployIndexRequest, IDeepCloneableUndeployIndexRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
UndeployIndexRequest()
public UndeployIndexRequest()
UndeployIndexRequest(UndeployIndexRequest)
public UndeployIndexRequest(UndeployIndexRequest other)
Parameter | |
---|---|
Name | Description |
other |
UndeployIndexRequest |
Properties
DeployedIndexId
public string DeployedIndexId { get; set; }
Required. The ID of the DeployedIndex to be undeployed from the IndexEndpoint.
Property Value | |
---|---|
Type | Description |
string |
IndexEndpoint
public string IndexEndpoint { get; set; }
Required. The name of the IndexEndpoint resource from which to undeploy an
Index. Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
Property Value | |
---|---|
Type | Description |
string |
IndexEndpointAsIndexEndpointName
public IndexEndpointName IndexEndpointAsIndexEndpointName { get; set; }
IndexEndpointName-typed view over the IndexEndpoint resource name property.
Property Value | |
---|---|
Type | Description |
IndexEndpointName |