Class: Aws::SageMaker::Types::ImageClassificationJobConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ImageClassificationJobConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The collection of settings used by an AutoML job V2 for the image classification problem type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #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
#completion_criteria ⇒ Types::AutoMLJobCompletionCriteria
How long a job is allowed to run, or how many candidates a job is allowed to generate.
      25185 25186 25187 25188 25189  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25185 class ImageClassificationJobConfig < Struct.new( :completion_criteria) SENSITIVE = [] include Aws::Structure end  |