class Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1Attempt

Records a failed evaluation job run.

Attributes

attempt_time[RW]

Corresponds to the JSON property `attemptTime` @return [String]

partial_failures[RW]

Details of errors that occurred. Corresponds to the JSON property `partialFailures` @return [Array<Google::Apis::DatalabelingV1beta1::GoogleRpcStatus>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/datalabeling_v1beta1/classes.rb, line 1165
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 1170
def update!(**args)
  @attempt_time = args[:attempt_time] if args.key?(:attempt_time)
  @partial_failures = args[:partial_failures] if args.key?(:partial_failures)
end