Class: Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1p2alpha1LabelImageBoundingBoxOperationMetadata

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDatalabelingV1p2alpha1LabelImageBoundingBoxOperationMetadata

Returns a new instance of GoogleCloudDatalabelingV1p2alpha1LabelImageBoundingBoxOperationMetadata.



5679
5680
5681
# File 'generated/google/apis/datalabeling_v1beta1/classes.rb', line 5679

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#basic_configGoogle::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig

Configuration for how human labeling task should be done. Corresponds to the JSON property basicConfig



5677
5678
5679
# File 'generated/google/apis/datalabeling_v1beta1/classes.rb', line 5677

def basic_config
  @basic_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5684
5685
5686
# File 'generated/google/apis/datalabeling_v1beta1/classes.rb', line 5684

def update!(**args)
  @basic_config = args[:basic_config] if args.key?(:basic_config)
end