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

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

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

A deployment of an Index.

Inheritance

object > DeployedIndex

Namespace

Google.Cloud.VisionAI.V1

Assembly

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; }

IndexName-typed view over the Index resource name property.

Property Value
Type Description
IndexName