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

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

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

Metadata message for UndeployIndex.

Inheritance

object > UndeployIndexMetadata

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

UndeployIndexMetadata()

public UndeployIndexMetadata()

UndeployIndexMetadata(UndeployIndexMetadata)

public UndeployIndexMetadata(UndeployIndexMetadata other)
Parameter
Name Description
other UndeployIndexMetadata

Properties

DeployedIndex

public string DeployedIndex { get; set; }

Output only. The index being undeployed.

Property Value
Type Description
string

DeployedIndexAsIndexName

public IndexName DeployedIndexAsIndexName { get; set; }

IndexName-typed view over the DeployedIndex resource name property.

Property Value
Type Description
IndexName

OperationMetadata

public OperationMetadata OperationMetadata { get; set; }

Common metadata of the long-running operation.

Property Value
Type Description
OperationMetadata