Class: Aws::SageMaker::Types::MonitoringGroundTruthS3Input
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::MonitoringGroundTruthS3Input
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The ground truth labels for the dataset used for the monitoring job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #s3_uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The address of the Amazon S3 location of the ground truth labels.
 
Instance Attribute Details
#s3_uri ⇒ String
The address of the Amazon S3 location of the ground truth labels.
      35730 35731 35732 35733 35734  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35730 class MonitoringGroundTruthS3Input < Struct.new( :s3_uri) SENSITIVE = [] include Aws::Structure end  |