Cloud AI Platform v1 API - Class Neighbor (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class Neighbor.

Neighbors for example-based explanations.

Inheritance

object > Neighbor

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Neighbor()

public Neighbor()

Neighbor(Neighbor)

public Neighbor(Neighbor other)
Parameter
NameDescription
otherNeighbor

Properties

NeighborDistance

public double NeighborDistance { get; set; }

Output only. The neighbor distance.

Property Value
TypeDescription
double

NeighborId

public string NeighborId { get; set; }

Output only. The neighbor id.

Property Value
TypeDescription
string