Vision AI v1 API - Class UndeployIndexRequest (1.0.0-beta01)

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

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

Request message for UndeployIndexEndpoint.

Inheritance

object > UndeployIndexRequest

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

UndeployIndexRequest()

public UndeployIndexRequest()

UndeployIndexRequest(UndeployIndexRequest)

public UndeployIndexRequest(UndeployIndexRequest other)
Parameter
Name Description
other UndeployIndexRequest

Properties

IndexEndpoint

public string IndexEndpoint { get; set; }

Required. Resource name of the IndexEndpoint resource on which the undeployment will act. 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