Class: Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1AnnotationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1AnnotationMetadata
- 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
Additional information associated with the annotation.
Instance Attribute Summary collapse
-
#operator_metadata ⇒ Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1OperatorMetadata
General information useful for labels coming from contributors.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatalabelingV1beta1AnnotationMetadata
constructor
A new instance of GoogleCloudDatalabelingV1beta1AnnotationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatalabelingV1beta1AnnotationMetadata
Returns a new instance of GoogleCloudDatalabelingV1beta1AnnotationMetadata.
956 957 958 |
# File 'lib/google/apis/datalabeling_v1beta1/classes.rb', line 956 def initialize(**args) update!(**args) end |
Instance Attribute Details
#operator_metadata ⇒ Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1OperatorMetadata
General information useful for labels coming from contributors.
Corresponds to the JSON property operatorMetadata
954 955 956 |
# File 'lib/google/apis/datalabeling_v1beta1/classes.rb', line 954 def @operator_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
961 962 963 |
# File 'lib/google/apis/datalabeling_v1beta1/classes.rb', line 961 def update!(**args) @operator_metadata = args[:operator_metadata] if args.key?(:operator_metadata) end |