Class: Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1p2alpha1LabelVideoObjectTrackingOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1p2alpha1LabelVideoObjectTrackingOperationMetadata
- 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 LabelVideoObjectTracking operation metadata.
Instance Attribute Summary collapse
-
#basic_config ⇒ Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig
Configuration for how human labeling task should be done.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatalabelingV1p2alpha1LabelVideoObjectTrackingOperationMetadata
constructor
A new instance of GoogleCloudDatalabelingV1p2alpha1LabelVideoObjectTrackingOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatalabelingV1p2alpha1LabelVideoObjectTrackingOperationMetadata
Returns a new instance of GoogleCloudDatalabelingV1p2alpha1LabelVideoObjectTrackingOperationMetadata.
6028 6029 6030 |
# File 'lib/google/apis/datalabeling_v1beta1/classes.rb', line 6028 def initialize(**args) update!(**args) end |
Instance Attribute Details
#basic_config ⇒ Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig
Configuration for how human labeling task should be done.
Corresponds to the JSON property basicConfig
6026 6027 6028 |
# File 'lib/google/apis/datalabeling_v1beta1/classes.rb', line 6026 def basic_config @basic_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6033 6034 6035 |
# File 'lib/google/apis/datalabeling_v1beta1/classes.rb', line 6033 def update!(**args) @basic_config = args[:basic_config] if args.key?(:basic_config) end |