Class: Aws::SageMaker::Types::ModelBiasJobInput

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

Overview

Inputs for the model bias job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_transform_inputTypes::BatchTransformInput

Input object for the batch transform job.



30495
30496
30497
30498
30499
30500
30501
# File 'lib/aws-sdk-sagemaker/types.rb', line 30495

class ModelBiasJobInput < Struct.new(
  :endpoint_input,
  :batch_transform_input,
  :ground_truth_s3_input)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_inputTypes::EndpointInput

Input object for the endpoint



30495
30496
30497
30498
30499
30500
30501
# File 'lib/aws-sdk-sagemaker/types.rb', line 30495

class ModelBiasJobInput < Struct.new(
  :endpoint_input,
  :batch_transform_input,
  :ground_truth_s3_input)
  SENSITIVE = []
  include Aws::Structure
end

#ground_truth_s3_inputTypes::MonitoringGroundTruthS3Input

Location of ground truth labels to use in model bias job.



30495
30496
30497
30498
30499
30500
30501
# File 'lib/aws-sdk-sagemaker/types.rb', line 30495

class ModelBiasJobInput < Struct.new(
  :endpoint_input,
  :batch_transform_input,
  :ground_truth_s3_input)
  SENSITIVE = []
  include Aws::Structure
end