public sealed class Neighbor : IMessage<Neighbor>, IEquatable<Neighbor>, IDeepCloneable<Neighbor>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class Neighbor.
Neighbors for example-based explanations.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Neighbor()
public Neighbor()Neighbor(Neighbor)
public Neighbor(Neighbor other)| Parameter | |
|---|---|
| Name | Description |
other |
Neighbor |
Properties
NeighborDistance
public double NeighborDistance { get; set; }Output only. The neighbor distance.
| Property Value | |
|---|---|
| Type | Description |
double |
|
NeighborId
public string NeighborId { get; set; }Output only. The neighbor id.
| Property Value | |
|---|---|
| Type | Description |
string |
|