Class: Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1LabelImageBoundingBoxOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1LabelImageBoundingBoxOperationMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/datalabeling_v1beta1/classes.rb,
generated/google/apis/datalabeling_v1beta1/representations.rb,
generated/google/apis/datalabeling_v1beta1/representations.rb
Overview
Details of a LabelImageBoundingBox operation metadata.
Instance Attribute Summary collapse
-
#basic_config ⇒ Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1HumanAnnotationConfig
Configuration for how human labeling task should be done.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatalabelingV1beta1LabelImageBoundingBoxOperationMetadata
constructor
A new instance of GoogleCloudDatalabelingV1beta1LabelImageBoundingBoxOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatalabelingV1beta1LabelImageBoundingBoxOperationMetadata
Returns a new instance of GoogleCloudDatalabelingV1beta1LabelImageBoundingBoxOperationMetadata.
2943 2944 2945 |
# File 'generated/google/apis/datalabeling_v1beta1/classes.rb', line 2943 def initialize(**args) update!(**args) end |
Instance Attribute Details
#basic_config ⇒ Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1HumanAnnotationConfig
Configuration for how human labeling task should be done.
Corresponds to the JSON property basicConfig
2941 2942 2943 |
# File 'generated/google/apis/datalabeling_v1beta1/classes.rb', line 2941 def basic_config @basic_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2948 2949 2950 |
# File 'generated/google/apis/datalabeling_v1beta1/classes.rb', line 2948 def update!(**args) @basic_config = args[:basic_config] if args.key?(:basic_config) end |