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 ModelBiasAppSpecification = ModelBiasAppSpecification' {}
- newModelBiasAppSpecification :: Text -> Text -> ModelBiasAppSpecification
- modelBiasAppSpecification_environment :: Lens' ModelBiasAppSpecification (Maybe (HashMap Text Text))
- modelBiasAppSpecification_imageUri :: Lens' ModelBiasAppSpecification Text
- modelBiasAppSpecification_configUri :: Lens' ModelBiasAppSpecification Text
Documentation
data ModelBiasAppSpecification Source #
Docker container image configuration object for the model bias job.
See: newModelBiasAppSpecification
smart constructor.
ModelBiasAppSpecification' | |
|
Instances
newModelBiasAppSpecification Source #
:: Text | |
-> Text | |
-> ModelBiasAppSpecification |
Create a value of ModelBiasAppSpecification
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:ModelBiasAppSpecification'
, modelBiasAppSpecification_environment
- Sets the environment variables in the Docker container.
$sel:imageUri:ModelBiasAppSpecification'
, modelBiasAppSpecification_imageUri
- The container image to be run by the model bias job.
$sel:configUri:ModelBiasAppSpecification'
, modelBiasAppSpecification_configUri
- JSON formatted S3 file that defines bias parameters. For more
information on this JSON configuration file, see
Configure bias parameters.
modelBiasAppSpecification_environment :: Lens' ModelBiasAppSpecification (Maybe (HashMap Text Text)) Source #
Sets the environment variables in the Docker container.
modelBiasAppSpecification_imageUri :: Lens' ModelBiasAppSpecification Text Source #
The container image to be run by the model bias job.
modelBiasAppSpecification_configUri :: Lens' ModelBiasAppSpecification Text Source #
JSON formatted S3 file that defines bias parameters. For more information on this JSON configuration file, see Configure bias parameters.