Class: Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datalabeling_v1beta1/classes.rb,
lib/google/apis/datalabeling_v1beta1/representations.rb,
lib/google/apis/datalabeling_v1beta1/representations.rb
Overview
Details of a LabelVideoObjectDetection operation metadata.
Instance Attribute Summary collapse
-
#basic_config ⇒ Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig
Configuration for how human labeling task should be done.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata
constructor
A new instance of GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata
Returns a new instance of GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata.
673 674 675 |
# File 'lib/google/apis/datalabeling_v1beta1/classes.rb', line 673 def initialize(**args) update!(**args) end |
Instance Attribute Details
#basic_config ⇒ Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig
Configuration for how human labeling task should be done.
Corresponds to the JSON property basicConfig
671 672 673 |
# File 'lib/google/apis/datalabeling_v1beta1/classes.rb', line 671 def basic_config @basic_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
678 679 680 |
# File 'lib/google/apis/datalabeling_v1beta1/classes.rb', line 678 def update!(**args) @basic_config = args[:basic_config] if args.key?(:basic_config) end |