public sealed class DeployIndexMetadata : IMessage<DeployIndexMetadata>, IEquatable<DeployIndexMetadata>, IDeepCloneable<DeployIndexMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class DeployIndexMetadata.
Metadata message for DeployIndex.
Implements
IMessageDeployIndexMetadata, IEquatableDeployIndexMetadata, IDeepCloneableDeployIndexMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|