Class Slice (0.6.0)

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

Definition of a slice.

Attributes

NameDescription
dimension str
Output only. The dimension of the slice. Well-known dimensions are: - ``annotationSpec``: This slice is on the test data that has either ground truth or prediction with ``AnnotationSpec.display_name`` equals to ``value``.
value str
Output only. The value of the dimension in this slice.

Inheritance

builtins.object > proto.message.Message > Slice