Class: Aws::SageMaker::Types::DriftCheckModelQuality
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DriftCheckModelQuality
- Defined in:
- gems/aws-sdk-sagemaker/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.
20124 20125 20126 20127 20128 20129 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20124 class DriftCheckModelQuality < Struct.new( :statistics, :constraints) SENSITIVE = [] include Aws::Structure end |
#statistics ⇒ Types::MetricsSource
The drift check model quality statistics.
20124 20125 20126 20127 20128 20129 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20124 class DriftCheckModelQuality < Struct.new( :statistics, :constraints) SENSITIVE = [] include Aws::Structure end |