public sealed class DeployedIndexRef : IMessage<DeployedIndexRef>, IEquatable<DeployedIndexRef>, IDeepCloneable<DeployedIndexRef>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeployedIndexRef.
Points to a DeployedIndex.
Implements
IMessageDeployedIndexRef, IEquatableDeployedIndexRef, IDeepCloneableDeployedIndexRef, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DeployedIndexRef()
public DeployedIndexRef()
DeployedIndexRef(DeployedIndexRef)
public DeployedIndexRef(DeployedIndexRef other)
Parameter | |
---|---|
Name | Description |
other |
DeployedIndexRef |
Properties
DeployedIndexId
public string DeployedIndexId { get; set; }
Immutable. The ID of the DeployedIndex in the above IndexEndpoint.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
Output only. The display name of the DeployedIndex.
Property Value | |
---|---|
Type | Description |
string |
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 |