class Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1p1alpha1GenerateAnalysisReportOperationMetadata
Metadata of an GenerateAnalysisReport operation.
Attributes
create_time[RW]
Timestamp when generate report request was created. Corresponds to the JSON property `createTime` @return [String]
dataset[RW]
The name of the dataset for which the analysis report is generated. Format: “ projects//datasets/” Corresponds to the JSON property `dataset` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datalabeling_v1beta1/classes.rb, line 4815 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 4820 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @dataset = args[:dataset] if args.key?(:dataset) end