Class UndeployIndexRequest (1.7.0)

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

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