Class: Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1LabelVideoClassificationOperationMetadata

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 LabelVideoClassification operation metadata.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDatalabelingV1beta1LabelVideoClassificationOperationMetadata

Returns a new instance of GoogleCloudDatalabelingV1beta1LabelVideoClassificationOperationMetadata.



3321
3322
3323
# File 'generated/google/apis/datalabeling_v1beta1/classes.rb', line 3321

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

Instance Attribute Details

#basic_configGoogle::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1HumanAnnotationConfig

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



3319
3320
3321
# File 'generated/google/apis/datalabeling_v1beta1/classes.rb', line 3319

def basic_config
  @basic_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3326
3327
3328
# File 'generated/google/apis/datalabeling_v1beta1/classes.rb', line 3326

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