Class: Aws::SageMaker::Types::DriftCheckModelDataQuality

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#constraintsTypes::MetricsSource

The drift check model data quality constraints.



17879
17880
17881
17882
17883
17884
# File 'lib/aws-sdk-sagemaker/types.rb', line 17879

class DriftCheckModelDataQuality < Struct.new(
  :statistics,
  :constraints)
  SENSITIVE = []
  include Aws::Structure
end

#statisticsTypes::MetricsSource

The drift check model data quality statistics.



17879
17880
17881
17882
17883
17884
# File 'lib/aws-sdk-sagemaker/types.rb', line 17879

class DriftCheckModelDataQuality < Struct.new(
  :statistics,
  :constraints)
  SENSITIVE = []
  include Aws::Structure
end