Class: Aws::SageMaker::Types::ResolvedAttributes
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ResolvedAttributes
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The resolved attributes.
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.
 - 
  
    
      #completion_criteria  ⇒ Types::AutoMLJobCompletionCriteria 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
How long a job is allowed to run, or how many candidates a job is allowed to generate.
 - 
  
    
      #problem_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The problem type.
 
Instance Attribute Details
#auto_ml_job_objective ⇒ Types::AutoMLJobObjective
Specifies a metric to minimize or maximize as the objective of an AutoML job.
      41224 41225 41226 41227 41228 41229 41230  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 41224 class ResolvedAttributes < Struct.new( :auto_ml_job_objective, :problem_type, :completion_criteria) 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.
      41224 41225 41226 41227 41228 41229 41230  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 41224 class ResolvedAttributes < Struct.new( :auto_ml_job_objective, :problem_type, :completion_criteria) SENSITIVE = [] include Aws::Structure end  | 
  
#problem_type ⇒ String
The problem type.
      41224 41225 41226 41227 41228 41229 41230  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 41224 class ResolvedAttributes < Struct.new( :auto_ml_job_objective, :problem_type, :completion_criteria) SENSITIVE = [] include Aws::Structure end  |