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
Documentation
data CustomImage Source #
A custom SageMaker image. For more information, see Bring your own SageMaker image.
See: newCustomImage
smart constructor.
CustomImage' | |
|
Instances
Create a value of CustomImage
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:imageVersionNumber:CustomImage'
, customImage_imageVersionNumber
- The version number of the CustomImage.
$sel:imageName:CustomImage'
, customImage_imageName
- The name of the CustomImage. Must be unique to your account.
$sel:appImageConfigName:CustomImage'
, customImage_appImageConfigName
- The name of the AppImageConfig.
customImage_imageVersionNumber :: Lens' CustomImage (Maybe Natural) Source #
The version number of the CustomImage.
customImage_imageName :: Lens' CustomImage Text Source #
The name of the CustomImage. Must be unique to your account.
customImage_appImageConfigName :: Lens' CustomImage Text Source #
The name of the AppImageConfig.