Class NearestNeighbors (1.24.1)

NearestNeighbors(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Nearest neighbors for one query.

Attributes

NameDescription
id str
The ID of the query datapoint.
neighbors MutableSequence[google.cloud.aiplatform_v1beta1.types.FindNeighborsResponse.Neighbor]
All its neighbors.

Inheritance

builtins.object > proto.message.Message > NearestNeighbors