class Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1AnnotationMetadata
Additional information associated with the annotation.
Attributes
operator_metadata[RW]
General information useful for labels coming from contributors. Corresponds to the JSON property `operatorMetadata` @return [Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1OperatorMetadata]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datalabeling_v1beta1/classes.rb, line 956 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/datalabeling_v1beta1/classes.rb, line 961 def update!(**args) @operator_metadata = args[:operator_metadata] if args.key?(:operator_metadata) end