Class: Aws::SageMaker::Types::DriftCheckExplainability

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Represents the drift check explainability 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

#config_fileTypes::FileSource

The explainability config file for the model.

Returns:



16691
16692
16693
16694
16695
16696
# File 'lib/aws-sdk-sagemaker/types.rb', line 16691

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

#constraintsTypes::MetricsSource

The drift check explainability constraints.



16691
16692
16693
16694
16695
16696
# File 'lib/aws-sdk-sagemaker/types.rb', line 16691

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