Class: Aws::SageMaker::Types::ModelBiasBaselineConfig

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

Overview

The configuration for a baseline model bias job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#baselining_job_nameString

The name of the baseline model bias job.

Returns:

  • (String)


28285
28286
28287
28288
28289
28290
# File 'lib/aws-sdk-sagemaker/types.rb', line 28285

class ModelBiasBaselineConfig < Struct.new(
  :baselining_job_name,
  :constraints_resource)
  SENSITIVE = []
  include Aws::Structure
end

#constraints_resourceTypes::MonitoringConstraintsResource

The constraints resource for a monitoring job.



28285
28286
28287
28288
28289
28290
# File 'lib/aws-sdk-sagemaker/types.rb', line 28285

class ModelBiasBaselineConfig < Struct.new(
  :baselining_job_name,
  :constraints_resource)
  SENSITIVE = []
  include Aws::Structure
end