Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
ModelExplainabilityAppSpecification' | |
|
Instances
newModelExplainabilityAppSpecification Source #
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.