Class: Aws::SageMaker::Types::DescribeAutoMLJobRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeAutoMLJobRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #auto_ml_job_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Requests information about an AutoML job using its unique name.
 
Instance Attribute Details
#auto_ml_job_name ⇒ String
Requests information about an AutoML job using its unique name.
      12533 12534 12535 12536 12537  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 12533 class DescribeAutoMLJobRequest < Struct.new( :auto_ml_job_name) SENSITIVE = [] include Aws::Structure end  |