Class FindNeighborsResponse (1.24.1)

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

The response message for MatchService.FindNeighbors.

Attribute

NameDescription
nearest_neighbors MutableSequence[google.cloud.aiplatform_v1beta1.types.FindNeighborsResponse.NearestNeighbors]
The nearest neighbors of the query datapoints.

Inheritance

builtins.object > proto.message.Message > FindNeighborsResponse

Classes

NearestNeighbors

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

Nearest neighbors for one query.

Neighbor

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

A neighbor of the query vector.