Class: Aws::SageMaker::Types::AutoMLOutputDataConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::AutoMLOutputDataConfig
 
- Defined in:
- gems/aws-sdk-sagemaker/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.
| 2768 2769 2770 2771 2772 2773 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2768 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.
| 2768 2769 2770 2771 2772 2773 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2768 class AutoMLOutputDataConfig < Struct.new( :kms_key_id, :s3_output_path) SENSITIVE = [] include Aws::Structure end |