| 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.CustomImage
Description
Synopsis
Documentation
data CustomImage Source #
A custom SageMaker image. For more information, see Bring your own SageMaker image.
See: newCustomImage smart constructor.
Constructors
| CustomImage' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> CustomImage | 
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.