Class: Google::Cloud::DataLabeling::V1beta1::LabelOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::LabelOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/operations.rb
Overview
Metadata of a labeling operation, such as LabelImage or LabelVideo. Next tag: 20
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Output only.
-
#image_bounding_box_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelImageBoundingBoxOperationMetadata
Details of label image bounding box operation.
-
#image_bounding_poly_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelImageBoundingPolyOperationMetadata
Details of label image bounding poly operation.
-
#image_classification_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelImageClassificationOperationMetadata
Details of label image classification operation.
-
#image_oriented_bounding_box_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelImageOrientedBoundingBoxOperationMetadata
Details of label image oriented bounding box operation.
-
#image_polyline_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelImagePolylineOperationMetadata
Details of label image polyline operation.
-
#image_segmentation_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelImageSegmentationOperationMetadata
Details of label image segmentation operation.
-
#partial_failures ⇒ ::Array<::Google::Rpc::Status>
Output only.
-
#progress_percent ⇒ ::Integer
Output only.
-
#text_classification_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelTextClassificationOperationMetadata
Details of label text classification operation.
-
#text_entity_extraction_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelTextEntityExtractionOperationMetadata
Details of label text entity extraction operation.
-
#video_classification_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelVideoClassificationOperationMetadata
Details of label video classification operation.
-
#video_event_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelVideoEventOperationMetadata
Details of label video event operation.
-
#video_object_detection_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelVideoObjectDetectionOperationMetadata
Details of label video object detection operation.
-
#video_object_tracking_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelVideoObjectTrackingOperationMetadata
Details of label video object tracking operation.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Output only. Timestamp when labeling request was created.
146 147 148 149 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 146 class LabelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_bounding_box_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelImageBoundingBoxOperationMetadata
Returns Details of label image bounding box operation.
146 147 148 149 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 146 class LabelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_bounding_poly_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelImageBoundingPolyOperationMetadata
Returns Details of label image bounding poly operation.
146 147 148 149 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 146 class LabelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_classification_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelImageClassificationOperationMetadata
Returns Details of label image classification operation.
146 147 148 149 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 146 class LabelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_oriented_bounding_box_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelImageOrientedBoundingBoxOperationMetadata
Returns Details of label image oriented bounding box operation.
146 147 148 149 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 146 class LabelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_polyline_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelImagePolylineOperationMetadata
Returns Details of label image polyline operation.
146 147 148 149 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 146 class LabelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_segmentation_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelImageSegmentationOperationMetadata
Returns Details of label image segmentation operation.
146 147 148 149 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 146 class LabelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partial_failures ⇒ ::Array<::Google::Rpc::Status>
Returns Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
146 147 148 149 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 146 class LabelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress_percent ⇒ ::Integer
Returns Output only. Progress of label operation. Range: [0, 100].
146 147 148 149 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 146 class LabelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text_classification_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelTextClassificationOperationMetadata
Returns Details of label text classification operation.
146 147 148 149 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 146 class LabelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text_entity_extraction_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelTextEntityExtractionOperationMetadata
Returns Details of label text entity extraction operation.
146 147 148 149 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 146 class LabelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#video_classification_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelVideoClassificationOperationMetadata
Returns Details of label video classification operation.
146 147 148 149 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 146 class LabelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#video_event_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelVideoEventOperationMetadata
Returns Details of label video event operation.
146 147 148 149 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 146 class LabelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#video_object_detection_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelVideoObjectDetectionOperationMetadata
Returns Details of label video object detection operation.
146 147 148 149 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 146 class LabelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#video_object_tracking_details ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelVideoObjectTrackingOperationMetadata
Returns Details of label video object tracking operation.
146 147 148 149 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 146 class LabelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |