Class: Aws::SageMaker::Types::RecommendationJobCompiledOutputConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::RecommendationJobCompiledOutputConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Provides information about the output configuration for the compiled model.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #s3_output_uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Identifies the Amazon S3 bucket where you want SageMaker to store the compiled model artifacts.
 
Instance Attribute Details
#s3_output_uri ⇒ String
Identifies the Amazon S3 bucket where you want SageMaker to store the compiled model artifacts.
      40613 40614 40615 40616 40617  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40613 class RecommendationJobCompiledOutputConfig < Struct.new( :s3_output_uri) SENSITIVE = [] include Aws::Structure end  |