class Aws::SageMaker::Types::ModelBiasJobInput

Inputs for the model bias job.

@note When making an API call, you may pass ModelBiasJobInput

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

Location of ground truth labels to use in model bias job.
@return [Types::MonitoringGroundTruthS3Input]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelBiasJobInput AWS API Documentation

Constants

SENSITIVE