Class: Aws::SageMaker::Types::AutoMLResolvedAttributes
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::AutoMLResolvedAttributes
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The resolved attributes used to configure an AutoML job V2.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #auto_ml_job_objective  ⇒ Types::AutoMLJobObjective 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies a metric to minimize or maximize as the objective of an AutoML job.
 - 
  
    
      #auto_ml_problem_type_resolved_attributes  ⇒ Types::AutoMLProblemTypeResolvedAttributes 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Defines the resolved attributes specific to a problem type.
 - 
  
    
      #completion_criteria  ⇒ Types::AutoMLJobCompletionCriteria 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
How long a job is allowed to run, or how many candidates a job is allowed to generate.
 
Instance Attribute Details
#auto_ml_job_objective ⇒ Types::AutoMLJobObjective
Specifies a metric to minimize or maximize as the objective of an AutoML job.
      2721 2722 2723 2724 2725 2726 2727  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2721 class AutoMLResolvedAttributes < Struct.new( :auto_ml_job_objective, :completion_criteria, :auto_ml_problem_type_resolved_attributes) SENSITIVE = [] include Aws::Structure end  | 
  
#auto_ml_problem_type_resolved_attributes ⇒ Types::AutoMLProblemTypeResolvedAttributes
Defines the resolved attributes specific to a problem type.
      2721 2722 2723 2724 2725 2726 2727  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2721 class AutoMLResolvedAttributes < Struct.new( :auto_ml_job_objective, :completion_criteria, :auto_ml_problem_type_resolved_attributes) SENSITIVE = [] include Aws::Structure end  | 
  
#completion_criteria ⇒ Types::AutoMLJobCompletionCriteria
How long a job is allowed to run, or how many candidates a job is allowed to generate.
      2721 2722 2723 2724 2725 2726 2727  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2721 class AutoMLResolvedAttributes < Struct.new( :auto_ml_job_objective, :completion_criteria, :auto_ml_problem_type_resolved_attributes) SENSITIVE = [] include Aws::Structure end  |