public sealed class DeployedIndexRef : IMessage<DeployedIndexRef>, IEquatable<DeployedIndexRef>, IDeepCloneable<DeployedIndexRef>, IBufferMessage, IMessagePoints to a DeployedIndex.
Implements
IMessage<DeployedIndexRef>, IEquatable<DeployedIndexRef>, IDeepCloneable<DeployedIndexRef>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.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 |
|
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 |
|