Class: Aws::SageMaker::Types::DriftCheckModelDataQuality
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DriftCheckModelDataQuality
- Defined in:
- gems/aws-sdk-sagemaker/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.
20063 20064 20065 20066 20067 20068 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20063 class DriftCheckModelDataQuality < Struct.new( :statistics, :constraints) SENSITIVE = [] include Aws::Structure end |
#statistics ⇒ Types::MetricsSource
The drift check model data quality statistics.
20063 20064 20065 20066 20067 20068 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20063 class DriftCheckModelDataQuality < Struct.new( :statistics, :constraints) SENSITIVE = [] include Aws::Structure end |