| 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.AutoMLContainerDefinition
Description
Synopsis
- data AutoMLContainerDefinition = AutoMLContainerDefinition' {
- environment :: Maybe (HashMap Text Text)
- image :: Text
- modelDataUrl :: Text
- newAutoMLContainerDefinition :: Text -> Text -> AutoMLContainerDefinition
- autoMLContainerDefinition_environment :: Lens' AutoMLContainerDefinition (Maybe (HashMap Text Text))
- autoMLContainerDefinition_image :: Lens' AutoMLContainerDefinition Text
- autoMLContainerDefinition_modelDataUrl :: Lens' AutoMLContainerDefinition Text
Documentation
data AutoMLContainerDefinition Source #
A list of container definitions that describe the different containers that make up an AutoML candidate. For more information, see .
See: newAutoMLContainerDefinition smart constructor.
Constructors
| AutoMLContainerDefinition' | |
Fields
| |
Instances
newAutoMLContainerDefinition Source #
Arguments
| :: Text | |
| -> Text | |
| -> AutoMLContainerDefinition |
Create a value of AutoMLContainerDefinition 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:AutoMLContainerDefinition', autoMLContainerDefinition_environment - The environment variables to set in the container. For more information,
see .
$sel:image:AutoMLContainerDefinition', autoMLContainerDefinition_image - The Amazon Elastic Container Registry (Amazon ECR) path of the
container. For more information, see .
$sel:modelDataUrl:AutoMLContainerDefinition', autoMLContainerDefinition_modelDataUrl - The location of the model artifacts. For more information, see .
autoMLContainerDefinition_environment :: Lens' AutoMLContainerDefinition (Maybe (HashMap Text Text)) Source #
The environment variables to set in the container. For more information, see .
autoMLContainerDefinition_image :: Lens' AutoMLContainerDefinition Text Source #
The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see .
autoMLContainerDefinition_modelDataUrl :: Lens' AutoMLContainerDefinition Text Source #
The location of the model artifacts. For more information, see .