Class: Aws::SageMaker::Types::ModelQualityJobInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ModelQualityJobInput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The input for the model quality monitoring job. Currently endpoints are supported for input for model quality monitoring jobs.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #batch_transform_input  ⇒ Types::BatchTransformInput 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Input object for the batch transform job.
 - 
  
    
      #endpoint_input  ⇒ Types::EndpointInput 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Input object for the endpoint.
 - 
  
    
      #ground_truth_s3_input  ⇒ Types::MonitoringGroundTruthS3Input 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ground truth label provided for the model.
 
Instance Attribute Details
#batch_transform_input ⇒ Types::BatchTransformInput
Input object for the batch transform job.
      35226 35227 35228 35229 35230 35231 35232  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35226 class ModelQualityJobInput < Struct.new( :endpoint_input, :batch_transform_input, :ground_truth_s3_input) SENSITIVE = [] include Aws::Structure end  | 
  
#endpoint_input ⇒ Types::EndpointInput
Input object for the endpoint
      35226 35227 35228 35229 35230 35231 35232  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35226 class ModelQualityJobInput < Struct.new( :endpoint_input, :batch_transform_input, :ground_truth_s3_input) SENSITIVE = [] include Aws::Structure end  | 
  
#ground_truth_s3_input ⇒ Types::MonitoringGroundTruthS3Input
The ground truth label provided for the model.
      35226 35227 35228 35229 35230 35231 35232  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35226 class ModelQualityJobInput < Struct.new( :endpoint_input, :batch_transform_input, :ground_truth_s3_input) SENSITIVE = [] include Aws::Structure end  |