Class: Google::Cloud::DataLabeling::V1beta1::LabelImageBoundingBoxOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::LabelImageBoundingBoxOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/operations.rb
Overview
Details of a LabelImageBoundingBox operation metadata.
Instance Attribute Summary collapse
-
#basic_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::HumanAnnotationConfig
Basic human annotation config used in labeling request.
Instance Attribute Details
#basic_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::HumanAnnotationConfig
Returns Basic human annotation config used in labeling request.
164 165 166 167 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 164 class LabelImageBoundingBoxOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |