| 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.ModelBiasAppSpecification
Description
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.
Constructors
| ModelBiasAppSpecification' | |
Fields
| |
Instances
newModelBiasAppSpecification Source #
Arguments
| :: 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.