Class: Aws::SageMaker::Types::MonitoringOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::MonitoringOutput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The output object for a monitoring job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #s3_output  ⇒ Types::MonitoringS3Output 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon S3 storage location where the results of a monitoring job are saved.
 
Instance Attribute Details
#s3_output ⇒ Types::MonitoringS3Output
The Amazon S3 storage location where the results of a monitoring job are saved.
      35956 35957 35958 35959 35960  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35956 class MonitoringOutput < Struct.new( :s3_output) SENSITIVE = [] include Aws::Structure end  |