Class DeployedIndexRef (2.2.0)

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

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

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