Class: Aws::SageMaker::Types::ConvergenceDetected

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

A flag to indicating that automatic model tuning (AMT) has detected model convergence, defined as a lack of significant improvement (1% or less) against an objective metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#complete_on_convergenceString

A flag to stop a tuning job once AMT has detected that the job has converged.

Returns:

  • (String)


4852
4853
4854
4855
4856
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4852

class ConvergenceDetected < Struct.new(
  :complete_on_convergence)
  SENSITIVE = []
  include Aws::Structure
end