Class LabelOperationMetadata (1.0.0)

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

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

Attributes

NameDescription
image_classification_details .operations.LabelImageClassificationOperationMetadata
Details of label image classification operation.
image_bounding_box_details .operations.LabelImageBoundingBoxOperationMetadata
Details of label image bounding box operation.
image_bounding_poly_details .operations.LabelImageBoundingPolyOperationMetadata
Details of label image bounding poly operation.
image_oriented_bounding_box_details .operations.LabelImageOrientedBoundingBoxOperationMetadata
Details of label image oriented bounding box operation.
image_polyline_details .operations.LabelImagePolylineOperationMetadata
Details of label image polyline operation.
image_segmentation_details .operations.LabelImageSegmentationOperationMetadata
Details of label image segmentation operation.
video_classification_details .operations.LabelVideoClassificationOperationMetadata
Details of label video classification operation.
video_object_detection_details .operations.LabelVideoObjectDetectionOperationMetadata
Details of label video object detection operation.
video_object_tracking_details .operations.LabelVideoObjectTrackingOperationMetadata
Details of label video object tracking operation.
video_event_details .operations.LabelVideoEventOperationMetadata
Details of label video event operation.
text_classification_details .operations.LabelTextClassificationOperationMetadata
Details of label text classification operation.
text_entity_extraction_details .operations.LabelTextEntityExtractionOperationMetadata
Details of label text entity extraction operation.
progress_percent int
Output only. Progress of label operation. Range: [0, 100].
partial_failures Sequence[.status.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 .timestamp.Timestamp
Output only. Timestamp when labeling request was created.