public sealed class FindNeighborsResponse.Types.NearestNeighbors : IMessage<FindNeighborsResponse.Types.NearestNeighbors>, IEquatable<FindNeighborsResponse.Types.NearestNeighbors>, IDeepCloneable<FindNeighborsResponse.Types.NearestNeighbors>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class FindNeighborsResponse.Types.NearestNeighbors.
Nearest neighbors for one query.
Implements
IMessageFindNeighborsResponseTypesNearestNeighbors, IEquatableFindNeighborsResponseTypesNearestNeighbors, IDeepCloneableFindNeighborsResponseTypesNearestNeighbors, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
NearestNeighbors()
public NearestNeighbors()NearestNeighbors(NearestNeighbors)
public NearestNeighbors(FindNeighborsResponse.Types.NearestNeighbors other)| Parameter | |
|---|---|
| Name | Description |
other |
FindNeighborsResponseTypesNearestNeighbors |
Properties
Id
public string Id { get; set; }The ID of the query datapoint.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Neighbors
public RepeatedField<FindNeighborsResponse.Types.Neighbor> Neighbors { get; }All its neighbors.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFindNeighborsResponseTypesNeighbor |
|