Cloud AI Platform v1 API - Class FindNeighborsResponse.Types.NearestNeighbors (2.27.0)

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

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

Nearest neighbors for one query.

Inheritance

object > FindNeighborsResponse.Types.NearestNeighbors

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

NearestNeighbors()

public NearestNeighbors()

NearestNeighbors(NearestNeighbors)

public NearestNeighbors(FindNeighborsResponse.Types.NearestNeighbors other)
Parameter
NameDescription
otherFindNeighborsResponseTypesNearestNeighbors

Properties

Id

public string Id { get; set; }

The ID of the query datapoint.

Property Value
TypeDescription
string

Neighbors

public RepeatedField<FindNeighborsResponse.Types.Neighbor> Neighbors { get; }

All its neighbors.

Property Value
TypeDescription
RepeatedFieldFindNeighborsResponseTypesNeighbor