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.
19051 19052 19053 19054 19055 19056 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19051 class DriftCheckModelDataQuality < Struct.new( :statistics, :constraints) SENSITIVE = [] include Aws::Structure end |
#statistics ⇒ Types::MetricsSource
The drift check model data quality statistics.
19051 19052 19053 19054 19055 19056 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19051 class DriftCheckModelDataQuality < Struct.new( :statistics, :constraints) SENSITIVE = [] include Aws::Structure end |