Class: Aws::SageMaker::Types::ModelBiasBaselineConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ModelBiasBaselineConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The configuration for a baseline model bias job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #baselining_job_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the baseline model bias job.
 - 
  
    
      #constraints_resource  ⇒ Types::MonitoringConstraintsResource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The constraints resource for a monitoring job.
 
Instance Attribute Details
#baselining_job_name ⇒ String
The name of the baseline model bias job.
      33487 33488 33489 33490 33491 33492  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33487 class ModelBiasBaselineConfig < Struct.new( :baselining_job_name, :constraints_resource) SENSITIVE = [] include Aws::Structure end  | 
  
#constraints_resource ⇒ Types::MonitoringConstraintsResource
The constraints resource for a monitoring job.
      33487 33488 33489 33490 33491 33492  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33487 class ModelBiasBaselineConfig < Struct.new( :baselining_job_name, :constraints_resource) SENSITIVE = [] include Aws::Structure end  |