| 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.Image
Description
Synopsis
- data Image = Image' {}
- newImage :: UTCTime -> Text -> Text -> ImageStatus -> UTCTime -> Image
- image_description :: Lens' Image (Maybe Text)
- image_displayName :: Lens' Image (Maybe Text)
- image_failureReason :: Lens' Image (Maybe Text)
- image_creationTime :: Lens' Image UTCTime
- image_imageArn :: Lens' Image Text
- image_imageName :: Lens' Image Text
- image_imageStatus :: Lens' Image ImageStatus
- image_lastModifiedTime :: Lens' Image UTCTime
Documentation
A SageMaker image. A SageMaker image represents a set of container
images that are derived from a common base container image. Each of
these container images is represented by a SageMaker ImageVersion.
See: newImage smart constructor.
Constructors
| Image' | |
Fields
| |
Instances
Create a value of Image 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:description:Image', image_description - The description of the image.
$sel:displayName:Image', image_displayName - The name of the image as displayed.
$sel:failureReason:Image', image_failureReason - When a create, update, or delete operation fails, the reason for the
failure.
$sel:creationTime:Image', image_creationTime - When the image was created.
$sel:imageArn:Image', image_imageArn - The ARN of the image.
$sel:imageName:Image', image_imageName - The name of the image.
$sel:imageStatus:Image', image_imageStatus - The status of the image.
$sel:lastModifiedTime:Image', image_lastModifiedTime - When the image was last modified.
image_failureReason :: Lens' Image (Maybe Text) Source #
When a create, update, or delete operation fails, the reason for the failure.
image_imageStatus :: Lens' Image ImageStatus Source #
The status of the image.