class Google::Apis::MlV1::GoogleCloudMlV1AutomatedStoppingConfigDecayCurveAutomatedStoppingConfig

Attributes

use_elapsed_time[RW]

If true, measurement.elapsed_time is used as the x-axis of each Trials Decay Curve. Otherwise, Measurement.steps will be used as the x-axis. Corresponds to the JSON property `useElapsedTime` @return [Boolean]

use_elapsed_time?[RW]

If true, measurement.elapsed_time is used as the x-axis of each Trials Decay Curve. Otherwise, Measurement.steps will be used as the x-axis. Corresponds to the JSON property `useElapsedTime` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/ml_v1/classes.rb, line 84
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/ml_v1/classes.rb, line 89
def update!(**args)
  @use_elapsed_time = args[:use_elapsed_time] if args.key?(:use_elapsed_time)
end