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

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

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

Points to a DeployedIndex.

Inheritance

object > DeployedIndexReference

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

DeployedIndexReference()

public DeployedIndexReference()

DeployedIndexReference(DeployedIndexReference)

public DeployedIndexReference(DeployedIndexReference other)
Parameter
Name Description
other DeployedIndexReference

Properties

IndexEndpoint

public string IndexEndpoint { get; set; }

Immutable. A resource name of the IndexEndpoint.

Property Value
Type Description
string

IndexEndpointAsIndexEndpointName

public IndexEndpointName IndexEndpointAsIndexEndpointName { get; set; }

IndexEndpointName-typed view over the IndexEndpoint resource name property.

Property Value
Type Description
IndexEndpointName