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:



17809
17810
17811
17812
17813
17814
17815
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17809

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.



17809
17810
17811
17812
17813
17814
17815
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17809

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.



17809
17810
17811
17812
17813
17814
17815
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17809

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