Class: Aws::SageMaker::Types::DriftCheckModelDataQuality
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DriftCheckModelDataQuality
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Represents the drift check data 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 data quality constraints.
-
#statistics ⇒ Types::MetricsSource
The drift check model data quality statistics.
Instance Attribute Details
#constraints ⇒ Types::MetricsSource
The drift check model data quality constraints.
19012 19013 19014 19015 19016 19017 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19012 class DriftCheckModelDataQuality < Struct.new( :statistics, :constraints) SENSITIVE = [] include Aws::Structure end |
#statistics ⇒ Types::MetricsSource
The drift check model data quality statistics.
19012 19013 19014 19015 19016 19017 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19012 class DriftCheckModelDataQuality < Struct.new( :statistics, :constraints) SENSITIVE = [] include Aws::Structure end |