Cloud AI Platform v1 API - Class FindNeighborsResponse (2.26.0)

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

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

The response message for [MatchService.FindNeighbors][google.cloud.aiplatform.v1.MatchService.FindNeighbors].

Inheritance

object > FindNeighborsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

FindNeighborsResponse()

public FindNeighborsResponse()

FindNeighborsResponse(FindNeighborsResponse)

public FindNeighborsResponse(FindNeighborsResponse other)
Parameter
NameDescription
otherFindNeighborsResponse

Properties

NearestNeighbors

public RepeatedField<FindNeighborsResponse.Types.NearestNeighbors> NearestNeighbors { get; }

The nearest neighbors of the query datapoints.

Property Value
TypeDescription
RepeatedFieldFindNeighborsResponseTypesNearestNeighbors