Class: Aws::SageMaker::Types::Bias
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::Bias
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Contains bias metrics for a model.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #post_training_report  ⇒ Types::MetricsSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The post-training bias report for a model.
 - 
  
    
      #pre_training_report  ⇒ Types::MetricsSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The pre-training bias report for a model.
 - 
  
    
      #report  ⇒ Types::MetricsSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The bias report for a model.
 
Instance Attribute Details
#post_training_report ⇒ Types::MetricsSource
The post-training bias report for a model.
      3246 3247 3248 3249 3250 3251 3252  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 3246 class Bias < Struct.new( :report, :pre_training_report, :post_training_report) SENSITIVE = [] include Aws::Structure end  | 
  
#pre_training_report ⇒ Types::MetricsSource
The pre-training bias report for a model.
      3246 3247 3248 3249 3250 3251 3252  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 3246 class Bias < Struct.new( :report, :pre_training_report, :post_training_report) SENSITIVE = [] include Aws::Structure end  | 
  
#report ⇒ Types::MetricsSource
The bias report for a model
      3246 3247 3248 3249 3250 3251 3252  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 3246 class Bias < Struct.new( :report, :pre_training_report, :post_training_report) SENSITIVE = [] include Aws::Structure end  |