class Aws::SageMaker::Types::DataQualityJobInput
The input for the data quality monitoring job. Currently endpoints are supported for input.
@note When making an API call, you may pass DataQualityJobInput
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", }, }
@!attribute [rw] endpoint_input
Input object for the endpoint @return [Types::EndpointInput]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DataQualityJobInput AWS API Documentation
Constants
- SENSITIVE