Class: Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1LabelImageClassificationOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1LabelImageClassificationOperationMetadata
- 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
Metadata of a LabelImageClassification operation.
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) ⇒ GoogleCloudDatalabelingV1beta1LabelImageClassificationOperationMetadata
constructor
A new instance of GoogleCloudDatalabelingV1beta1LabelImageClassificationOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatalabelingV1beta1LabelImageClassificationOperationMetadata
Returns a new instance of GoogleCloudDatalabelingV1beta1LabelImageClassificationOperationMetadata.
2981 2982 2983 |
# File 'lib/google/apis/datalabeling_v1beta1/classes.rb', line 2981 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
2979 2980 2981 |
# File 'lib/google/apis/datalabeling_v1beta1/classes.rb', line 2979 def basic_config @basic_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2986 2987 2988 |
# File 'lib/google/apis/datalabeling_v1beta1/classes.rb', line 2986 def update!(**args) @basic_config = args[:basic_config] if args.key?(:basic_config) end |