Class: Aws::SageMaker::Types::AutoMLOutputDataConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::AutoMLOutputDataConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The output data configuration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #kms_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Key Management Service encryption key ID.
 - 
  
    
      #s3_output_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon S3 output path.
 
Instance Attribute Details
#kms_key_id ⇒ String
The Key Management Service encryption key ID.
      2598 2599 2600 2601 2602 2603  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2598 class AutoMLOutputDataConfig < Struct.new( :kms_key_id, :s3_output_path) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_output_path ⇒ String
The Amazon S3 output path. Must be 512 characters or less.
      2598 2599 2600 2601 2602 2603  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2598 class AutoMLOutputDataConfig < Struct.new( :kms_key_id, :s3_output_path) SENSITIVE = [] include Aws::Structure end  |