Class Slice (1.1.1)

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

Definition of a slice. .. attribute:: dimension

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.

    :type: str

Attribute

NameDescription
value str
Output only. The value of the dimension in this slice.

Inheritance

builtins.object > proto.message.Message > Slice