Class: Aws::SageMaker::Types::ConvergenceDetected
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ConvergenceDetected
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - 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
- 
  
    
      #complete_on_convergence  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A flag to stop a tuning job once AMT has detected that the job has converged.
 
Instance Attribute Details
#complete_on_convergence ⇒ String
A flag to stop a tuning job once AMT has detected that the job has converged.
      5551 5552 5553 5554 5555  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5551 class ConvergenceDetected < Struct.new( :complete_on_convergence) SENSITIVE = [] include Aws::Structure end  |