public sealed class NearestNeighbors : IMessage<NearestNeighbors>, IEquatable<NearestNeighbors>, IDeepCloneable<NearestNeighbors>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class NearestNeighbors.
Nearest neighbors for one query.
Implements
IMessageNearestNeighbors, IEquatableNearestNeighbors, IDeepCloneableNearestNeighbors, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
NearestNeighbors()
public NearestNeighbors()NearestNeighbors(NearestNeighbors)
public NearestNeighbors(NearestNeighbors other)| Parameter | |
|---|---|
| Name | Description |
other |
NearestNeighbors |
Properties
Neighbors
public RepeatedField<NearestNeighbors.Types.Neighbor> Neighbors { get; }All its neighbors.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldNearestNeighborsTypesNeighbor |
|