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

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

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

Metadata message for DeployIndex.

Inheritance

object > DeployIndexMetadata

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

DeployIndexMetadata()

public DeployIndexMetadata()

DeployIndexMetadata(DeployIndexMetadata)

public DeployIndexMetadata(DeployIndexMetadata other)
Parameter
Name Description
other DeployIndexMetadata

Properties

DeployedIndex

public string DeployedIndex { get; set; }

Output only. The index being deployed.

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