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

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

Instance Attribute Details

#constraintsTypes::MetricsSource

The drift check model data quality constraints.



17793
17794
17795
17796
17797
17798
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17793

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

#statisticsTypes::MetricsSource

The drift check model data quality statistics.



17793
17794
17795
17796
17797
17798
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17793

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