Class: Aws::SageMaker::Types::DriftCheckExplainability
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DriftCheckExplainability
- Includes:
- Aws::Structure
- Defined in:
- 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.
18915 18916 18917 18918 18919 18920 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18915 class DriftCheckExplainability < Struct.new( :constraints, :config_file) SENSITIVE = [] include Aws::Structure end |
#constraints ⇒ Types::MetricsSource
The drift check explainability constraints.
18915 18916 18917 18918 18919 18920 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18915 class DriftCheckExplainability < Struct.new( :constraints, :config_file) SENSITIVE = [] include Aws::Structure end |