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.
3231 3232 3233 3234 3235 3236 3237 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3231 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.
3231 3232 3233 3234 3235 3236 3237 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3231 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
3231 3232 3233 3234 3235 3236 3237 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3231 class Bias < Struct.new( :report, :pre_training_report, :post_training_report) SENSITIVE = [] include Aws::Structure end |