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