Class LabelOperationMetadata (1.5.2)

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

Metadata of a labeling operation, such as LabelImage or LabelVideo. Next tag: 20

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
image_classification_details google.cloud.datalabeling_v1beta1.types.LabelImageClassificationOperationMetadata
Details of label image classification operation. This field is a member of oneof_ details.
image_bounding_box_details google.cloud.datalabeling_v1beta1.types.LabelImageBoundingBoxOperationMetadata
Details of label image bounding box operation. This field is a member of oneof_ details.
image_bounding_poly_details google.cloud.datalabeling_v1beta1.types.LabelImageBoundingPolyOperationMetadata
Details of label image bounding poly operation. This field is a member of oneof_ details.
image_oriented_bounding_box_details google.cloud.datalabeling_v1beta1.types.LabelImageOrientedBoundingBoxOperationMetadata
Details of label image oriented bounding box operation. This field is a member of oneof_ details.
image_polyline_details google.cloud.datalabeling_v1beta1.types.LabelImagePolylineOperationMetadata
Details of label image polyline operation. This field is a member of oneof_ details.
image_segmentation_details google.cloud.datalabeling_v1beta1.types.LabelImageSegmentationOperationMetadata
Details of label image segmentation operation. This field is a member of oneof_ details.
video_classification_details google.cloud.datalabeling_v1beta1.types.LabelVideoClassificationOperationMetadata
Details of label video classification operation. This field is a member of oneof_ details.
video_object_detection_details google.cloud.datalabeling_v1beta1.types.LabelVideoObjectDetectionOperationMetadata
Details of label video object detection operation. This field is a member of oneof_ details.
video_object_tracking_details google.cloud.datalabeling_v1beta1.types.LabelVideoObjectTrackingOperationMetadata
Details of label video object tracking operation. This field is a member of oneof_ details.
video_event_details google.cloud.datalabeling_v1beta1.types.LabelVideoEventOperationMetadata
Details of label video event operation. This field is a member of oneof_ details.
text_classification_details google.cloud.datalabeling_v1beta1.types.LabelTextClassificationOperationMetadata
Details of label text classification operation. This field is a member of oneof_ details.
text_entity_extraction_details google.cloud.datalabeling_v1beta1.types.LabelTextEntityExtractionOperationMetadata
Details of label text entity extraction operation. This field is a member of oneof_ details.
progress_percent int
Output only. Progress of label operation. Range: [0, 100].
partial_failures Sequence[google.rpc.status_pb2.Status]
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when labeling request was created.