Class: Aws::SageMaker::Types::DriftCheckModelDataQuality
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DriftCheckModelDataQuality
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Represents the drift check data quality baselines that can be used when the model monitor is set using the model package.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #constraints  ⇒ Types::MetricsSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The drift check model data quality constraints.
 - 
  
    
      #statistics  ⇒ Types::MetricsSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The drift check model data quality statistics.
 
Instance Attribute Details
#constraints ⇒ Types::MetricsSource
The drift check model data quality constraints.
      20159 20160 20161 20162 20163 20164  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20159 class DriftCheckModelDataQuality < Struct.new( :statistics, :constraints) SENSITIVE = [] include Aws::Structure end  | 
  
#statistics ⇒ Types::MetricsSource
The drift check model data quality statistics.
      20159 20160 20161 20162 20163 20164  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20159 class DriftCheckModelDataQuality < Struct.new( :statistics, :constraints) SENSITIVE = [] include Aws::Structure end  |