Class AttributedItem (1.24.1)

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

Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.

Attributes

NameDescription
annotation_resource_name str
The unique ID for each annotation. Used by FE to allocate the annotation in DB.
distance float
The distance of this item to the annotation.

Inheritance

builtins.object > proto.message.Message > AttributedItem