class Aws::SageMaker::Types::ModelQualityJobInput
The input for the model quality monitoring job. Currently endponts are supported for input for model quality monitoring jobs.
@note When making an API call, you may pass ModelQualityJobInput
data as a hash: { endpoint_input: { # required endpoint_name: "EndpointName", # required local_path: "ProcessingLocalPath", # required s3_input_mode: "Pipe", # accepts Pipe, File s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key features_attribute: "String", inference_attribute: "String", probability_attribute: "String", probability_threshold_attribute: 1.0, start_time_offset: "MonitoringTimeOffsetString", end_time_offset: "MonitoringTimeOffsetString", }, ground_truth_s3_input: { # required s3_uri: "MonitoringS3Uri", }, }
@!attribute [rw] endpoint_input
Input object for the endpoint @return [Types::EndpointInput]
@!attribute [rw] ground_truth_s3_input
The ground truth label provided for the model. @return [Types::MonitoringGroundTruthS3Input]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelQualityJobInput AWS API Documentation
Constants
- SENSITIVE