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.
19032 19033 19034 19035 19036 19037 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19032 class DriftCheckModelQuality < Struct.new( :statistics, :constraints) SENSITIVE = [] include Aws::Structure end |
#statistics ⇒ Types::MetricsSource
The drift check model quality statistics.
19032 19033 19034 19035 19036 19037 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19032 class DriftCheckModelQuality < Struct.new( :statistics, :constraints) SENSITIVE = [] include Aws::Structure end |