class Aws::SageMaker::Types::ModelExplainabilityJobInput

Inputs for the model explainability job.

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

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/ModelExplainabilityJobInput AWS API Documentation

Constants

SENSITIVE