Class: Aws::SageMaker::Types::CreateAutoMLJobV2Response
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateAutoMLJobV2Response
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #auto_ml_job_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique ARN assigned to the AutoMLJob when it is created.
 
Instance Attribute Details
#auto_ml_job_arn ⇒ String
The unique ARN assigned to the AutoMLJob when it is created.
      6150 6151 6152 6153 6154  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6150 class CreateAutoMLJobV2Response < Struct.new( :auto_ml_job_arn) SENSITIVE = [] include Aws::Structure end  |