public sealed class FindNeighborsResponse : IMessage<FindNeighborsResponse>, IEquatable<FindNeighborsResponse>, IDeepCloneable<FindNeighborsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class FindNeighborsResponse.
The response message for [MatchService.FindNeighbors][google.cloud.aiplatform.v1beta1.MatchService.FindNeighbors].
Implements
IMessageFindNeighborsResponse, IEquatableFindNeighborsResponse, IDeepCloneableFindNeighborsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
FindNeighborsResponse()
public FindNeighborsResponse()FindNeighborsResponse(FindNeighborsResponse)
public FindNeighborsResponse(FindNeighborsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
FindNeighborsResponse |
Properties
NearestNeighbors
public RepeatedField<FindNeighborsResponse.Types.NearestNeighbors> NearestNeighbors { get; }The nearest neighbors of the query datapoints.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFindNeighborsResponseTypesNearestNeighbors |
|