class Aws::SageMaker::Types::ModelExplainabilityAppSpecification
Docker container image configuration object for the model explainability job.
@note When making an API call, you may pass ModelExplainabilityAppSpecification
data as a hash: { image_uri: "ImageUri", # required config_uri: "S3Uri", # required environment: { "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue", }, }
@!attribute [rw] image_uri
The container image to be run by the model explainability job. @return [String]
@!attribute [rw] config_uri
JSON formatted S3 file that defines explainability parameters. For more information on this JSON configuration file, see [Configure model explainability parameters][1]. [1]: https://docs.aws.amazon.com/sagemaker/latest/json-model-explainability-parameter-config.html @return [String]
@!attribute [rw] environment
Sets the environment variables in the Docker container. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelExplainabilityAppSpecification AWS API Documentation
Constants
- SENSITIVE