public sealed class DeployedIndex : IMessage<DeployedIndex>, IEquatable<DeployedIndex>, IDeepCloneable<DeployedIndex>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class DeployedIndex.
A deployment of an Index.
Implements
IMessageDeployedIndex, IEquatableDeployedIndex, IDeepCloneableDeployedIndex, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
DeployedIndex()
public DeployedIndex()DeployedIndex(DeployedIndex)
public DeployedIndex(DeployedIndex other)| Parameter | |
|---|---|
| Name | Description |
other |
DeployedIndex |
Properties
Index
public string Index { get; set; }Required. Name of the deployed Index.
Format:
projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/indexes/{index_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|
IndexAsIndexName
public IndexName IndexAsIndexName { get; set; }| Property Value | |
|---|---|
| Type | Description |
IndexName |
|