Class: Aws::SageMaker::Types::MonitoringStatisticsResource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::MonitoringStatisticsResource
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The statistics resource for a monitoring job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #s3_uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon S3 URI for the statistics resource.
 
Instance Attribute Details
#s3_uri ⇒ String
The Amazon S3 URI for the statistics resource.
      36424 36425 36426 36427 36428  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 36424 class MonitoringStatisticsResource < Struct.new( :s3_uri) SENSITIVE = [] include Aws::Structure end  |