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

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

Instance Attribute Details

#constraintsTypes::MetricsSource

The drift check model quality constraints.



17893
17894
17895
17896
17897
17898
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17893

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

#statisticsTypes::MetricsSource

The drift check model quality statistics.



17893
17894
17895
17896
17897
17898
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17893

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