Class: Aws::SageMaker::Types::DriftCheckModelQuality
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DriftCheckModelQuality
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#constraints ⇒ Types::MetricsSource
The drift check model quality constraints.
-
#statistics ⇒ Types::MetricsSource
The drift check model quality statistics.
Instance Attribute Details
#constraints ⇒ Types::MetricsSource
The drift check model quality constraints.
18860 18861 18862 18863 18864 18865 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18860 class DriftCheckModelQuality < Struct.new( :statistics, :constraints) SENSITIVE = [] include Aws::Structure end |
#statistics ⇒ Types::MetricsSource
The drift check model quality statistics.
18860 18861 18862 18863 18864 18865 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18860 class DriftCheckModelQuality < Struct.new( :statistics, :constraints) SENSITIVE = [] include Aws::Structure end |