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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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:



17853
17854
17855
17856
17857
17858
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17853

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

#constraintsTypes::MetricsSource

The drift check explainability constraints.



17853
17854
17855
17856
17857
17858
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17853

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