Class: Aws::SageMaker::Types::DriftCheckModelQuality
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DriftCheckModelQuality
 
 
- Defined in:
 - gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
 
Overview
Represents the drift check model 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 quality constraints.
 - 
  
    
      #statistics  ⇒ Types::MetricsSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The drift check model quality statistics.
 
Instance Attribute Details
#constraints ⇒ Types::MetricsSource
The drift check model quality constraints.
      21981 21982 21983 21984 21985 21986  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21981 class DriftCheckModelQuality < Struct.new( :statistics, :constraints) SENSITIVE = [] include Aws::Structure end  | 
  
#statistics ⇒ Types::MetricsSource
The drift check model quality statistics.
      21981 21982 21983 21984 21985 21986  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21981 class DriftCheckModelQuality < Struct.new( :statistics, :constraints) SENSITIVE = [] include Aws::Structure end  |