Class: Aws::SageMaker::Types::DriftCheckBias

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

Overview

Represents the drift check bias 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 bias config file for a model.

Returns:



17799
17800
17801
17802
17803
17804
17805
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17799

class DriftCheckBias < Struct.new(
  :config_file,
  :pre_training_constraints,
  :post_training_constraints)
  SENSITIVE = []
  include Aws::Structure
end

#post_training_constraintsTypes::MetricsSource

The post-training constraints.



17799
17800
17801
17802
17803
17804
17805
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17799

class DriftCheckBias < Struct.new(
  :config_file,
  :pre_training_constraints,
  :post_training_constraints)
  SENSITIVE = []
  include Aws::Structure
end

#pre_training_constraintsTypes::MetricsSource

The pre-training constraints.



17799
17800
17801
17802
17803
17804
17805
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17799

class DriftCheckBias < Struct.new(
  :config_file,
  :pre_training_constraints,
  :post_training_constraints)
  SENSITIVE = []
  include Aws::Structure
end