Class: Aws::SageMaker::Types::ModelQualityJobInput

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

Overview

The input for the model quality monitoring job. Currently endpoints are supported for input for model quality monitoring jobs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_transform_inputTypes::BatchTransformInput

Input object for the batch transform job.



29951
29952
29953
29954
29955
29956
29957
# File 'lib/aws-sdk-sagemaker/types.rb', line 29951

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

#endpoint_inputTypes::EndpointInput

Input object for the endpoint



29951
29952
29953
29954
29955
29956
29957
# File 'lib/aws-sdk-sagemaker/types.rb', line 29951

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

#ground_truth_s3_inputTypes::MonitoringGroundTruthS3Input

The ground truth label provided for the model.



29951
29952
29953
29954
29955
29956
29957
# File 'lib/aws-sdk-sagemaker/types.rb', line 29951

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