Cloud AI Platform v1 API - Class DeployedIndexRef (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class DeployedIndexRef.

Points to a DeployedIndex.

Inheritance

object > DeployedIndexRef

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeployedIndexRef()

public DeployedIndexRef()

DeployedIndexRef(DeployedIndexRef)

public DeployedIndexRef(DeployedIndexRef other)
Parameter
NameDescription
otherDeployedIndexRef

Properties

DeployedIndexId

public string DeployedIndexId { get; set; }

Immutable. The ID of the DeployedIndex in the above IndexEndpoint.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

Output only. The display name of the DeployedIndex.

Property Value
TypeDescription
string

IndexEndpoint

public string IndexEndpoint { get; set; }

Immutable. A resource name of the IndexEndpoint.

Property Value
TypeDescription
string

IndexEndpointAsIndexEndpointName

public IndexEndpointName IndexEndpointAsIndexEndpointName { get; set; }

IndexEndpointName-typed view over the IndexEndpoint resource name property.

Property Value
TypeDescription
IndexEndpointName