Class: Aws::SageMaker::Types::DriftCheckModelQuality

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

Instance Attribute Details

#constraintsTypes::MetricsSource

The drift check model quality constraints.



16543
16544
16545
16546
16547
16548
# File 'lib/aws-sdk-sagemaker/types.rb', line 16543

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

#statisticsTypes::MetricsSource

The drift check model quality statistics.



16543
16544
16545
16546
16547
16548
# File 'lib/aws-sdk-sagemaker/types.rb', line 16543

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