Cloud AI Platform v1 API - Class UndeployIndexRequest (2.27.0)

public sealed class UndeployIndexRequest : IMessage<UndeployIndexRequest>, IEquatable<UndeployIndexRequest>, IDeepCloneable<UndeployIndexRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class UndeployIndexRequest.

Request message for [IndexEndpointService.UndeployIndex][google.cloud.aiplatform.v1.IndexEndpointService.UndeployIndex].

Inheritance

object > UndeployIndexRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

UndeployIndexRequest()

public UndeployIndexRequest()

UndeployIndexRequest(UndeployIndexRequest)

public UndeployIndexRequest(UndeployIndexRequest other)
Parameter
NameDescription
otherUndeployIndexRequest

Properties

DeployedIndexId

public string DeployedIndexId { get; set; }

Required. The ID of the DeployedIndex to be undeployed from the IndexEndpoint.

Property Value
TypeDescription
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
TypeDescription
string

IndexEndpointAsIndexEndpointName

public IndexEndpointName IndexEndpointAsIndexEndpointName { get; set; }

IndexEndpointName-typed view over the IndexEndpoint resource name property.

Property Value
TypeDescription
IndexEndpointName