Class: Aws::Types::TuningJobCompletionCriteria

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#best_objective_not_improvingTypes::BestObjectiveNotImproving

Returns the value of attribute best_objective_not_improving.



11888
11889
11890
# File 'sig/types.rbs', line 11888

def best_objective_not_improving
  @best_objective_not_improving
end

#convergence_detectedTypes::ConvergenceDetected

Returns the value of attribute convergence_detected.



11889
11890
11891
# File 'sig/types.rbs', line 11889

def convergence_detected
  @convergence_detected
end

#target_objective_metric_value::Float

Returns the value of attribute target_objective_metric_value.



11887
11888
11889
# File 'sig/types.rbs', line 11887

def target_objective_metric_value
  @target_objective_metric_value
end