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)


30472
30473
30474
30475
30476
30477
# File 'lib/aws-sdk-sagemaker/types.rb', line 30472

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

#constraints_resourceTypes::MonitoringConstraintsResource

The constraints resource for a monitoring job.



30472
30473
30474
30475
30476
30477
# File 'lib/aws-sdk-sagemaker/types.rb', line 30472

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