public sealed class DeployedIndexReference : IMessage<DeployedIndexReference>, IEquatable<DeployedIndexReference>, IDeepCloneable<DeployedIndexReference>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class DeployedIndexReference.
Points to a DeployedIndex.
Implements
IMessageDeployedIndexReference, IEquatableDeployedIndexReference, IDeepCloneableDeployedIndexReference, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|