Class: Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1p1alpha1LabelImagePolylineOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1p1alpha1LabelImagePolylineOperationMetadata
- 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 LabelImagePolyline operation metadata.
Instance Attribute Summary collapse
-
#basic_config ⇒ Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig
Configuration for how human labeling task should be done.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatalabelingV1p1alpha1LabelImagePolylineOperationMetadata
constructor
A new instance of GoogleCloudDatalabelingV1p1alpha1LabelImagePolylineOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatalabelingV1p1alpha1LabelImagePolylineOperationMetadata
Returns a new instance of GoogleCloudDatalabelingV1p1alpha1LabelImagePolylineOperationMetadata.
5053 5054 5055 |
# File 'generated/google/apis/datalabeling_v1beta1/classes.rb', line 5053 def initialize(**args) update!(**args) end |
Instance Attribute Details
#basic_config ⇒ Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig
Configuration for how human labeling task should be done.
Corresponds to the JSON property basicConfig
5051 5052 5053 |
# File 'generated/google/apis/datalabeling_v1beta1/classes.rb', line 5051 def basic_config @basic_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5058 5059 5060 |
# File 'generated/google/apis/datalabeling_v1beta1/classes.rb', line 5058 def update!(**args) @basic_config = args[:basic_config] if args.key?(:basic_config) end |