| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification
Description
Synopsis
- data ModelExplainabilityAppSpecification = ModelExplainabilityAppSpecification' {}
- newModelExplainabilityAppSpecification :: Text -> Text -> ModelExplainabilityAppSpecification
- modelExplainabilityAppSpecification_environment :: Lens' ModelExplainabilityAppSpecification (Maybe (HashMap Text Text))
- modelExplainabilityAppSpecification_imageUri :: Lens' ModelExplainabilityAppSpecification Text
- modelExplainabilityAppSpecification_configUri :: Lens' ModelExplainabilityAppSpecification Text
Documentation
data ModelExplainabilityAppSpecification Source #
Docker container image configuration object for the model explainability job.
See: newModelExplainabilityAppSpecification smart constructor.
Constructors
| ModelExplainabilityAppSpecification' | |
Fields
| |
Instances
newModelExplainabilityAppSpecification Source #
Arguments
| :: Text | |
| -> Text | |
| -> ModelExplainabilityAppSpecification |
Create a value of ModelExplainabilityAppSpecification with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:environment:ModelExplainabilityAppSpecification', modelExplainabilityAppSpecification_environment - Sets the environment variables in the Docker container.
$sel:imageUri:ModelExplainabilityAppSpecification', modelExplainabilityAppSpecification_imageUri - The container image to be run by the model explainability job.
$sel:configUri:ModelExplainabilityAppSpecification', modelExplainabilityAppSpecification_configUri - JSON formatted S3 file that defines explainability parameters. For more
information on this JSON configuration file, see
Configure model explainability parameters.
modelExplainabilityAppSpecification_environment :: Lens' ModelExplainabilityAppSpecification (Maybe (HashMap Text Text)) Source #
Sets the environment variables in the Docker container.
modelExplainabilityAppSpecification_imageUri :: Lens' ModelExplainabilityAppSpecification Text Source #
The container image to be run by the model explainability job.
modelExplainabilityAppSpecification_configUri :: Lens' ModelExplainabilityAppSpecification Text Source #
JSON formatted S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.