Class: Aws::SageMaker::Types::DriftCheckExplainability
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DriftCheckExplainability
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config_file ⇒ Types::FileSource
The explainability config file for the model.
-
#constraints ⇒ Types::MetricsSource
The drift check explainability constraints.
Instance Attribute Details
#config_file ⇒ Types::FileSource
The explainability config file for the model.
19000 19001 19002 19003 19004 19005 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19000 class DriftCheckExplainability < Struct.new( :constraints, :config_file) SENSITIVE = [] include Aws::Structure end |
#constraints ⇒ Types::MetricsSource
The drift check explainability constraints.
19000 19001 19002 19003 19004 19005 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19000 class DriftCheckExplainability < Struct.new( :constraints, :config_file) SENSITIVE = [] include Aws::Structure end |