| 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.ImageVersion
Description
Synopsis
- data ImageVersion = ImageVersion' {}
- newImageVersion :: UTCTime -> Text -> Text -> ImageVersionStatus -> UTCTime -> Natural -> ImageVersion
- imageVersion_failureReason :: Lens' ImageVersion (Maybe Text)
- imageVersion_creationTime :: Lens' ImageVersion UTCTime
- imageVersion_imageArn :: Lens' ImageVersion Text
- imageVersion_imageVersionArn :: Lens' ImageVersion Text
- imageVersion_imageVersionStatus :: Lens' ImageVersion ImageVersionStatus
- imageVersion_lastModifiedTime :: Lens' ImageVersion UTCTime
- imageVersion_version :: Lens' ImageVersion Natural
Documentation
data ImageVersion Source #
A version of a SageMaker Image. A version represents an existing
container image.
See: newImageVersion smart constructor.
Constructors
| ImageVersion' | |
Fields
| |
Instances
Arguments
| :: UTCTime | |
| -> Text | |
| -> Text | |
| -> ImageVersionStatus | |
| -> UTCTime | |
| -> Natural | |
| -> ImageVersion |
Create a value of ImageVersion 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:failureReason:ImageVersion', imageVersion_failureReason - When a create or delete operation fails, the reason for the failure.
$sel:creationTime:ImageVersion', imageVersion_creationTime - When the version was created.
$sel:imageArn:ImageVersion', imageVersion_imageArn - The ARN of the image the version is based on.
$sel:imageVersionArn:ImageVersion', imageVersion_imageVersionArn - The ARN of the version.
$sel:imageVersionStatus:ImageVersion', imageVersion_imageVersionStatus - The status of the version.
$sel:lastModifiedTime:ImageVersion', imageVersion_lastModifiedTime - When the version was last modified.
$sel:version:ImageVersion', imageVersion_version - The version number.
imageVersion_failureReason :: Lens' ImageVersion (Maybe Text) Source #
When a create or delete operation fails, the reason for the failure.
imageVersion_creationTime :: Lens' ImageVersion UTCTime Source #
When the version was created.
imageVersion_imageArn :: Lens' ImageVersion Text Source #
The ARN of the image the version is based on.
imageVersion_imageVersionArn :: Lens' ImageVersion Text Source #
The ARN of the version.
imageVersion_imageVersionStatus :: Lens' ImageVersion ImageVersionStatus Source #
The status of the version.
imageVersion_lastModifiedTime :: Lens' ImageVersion UTCTime Source #
When the version was last modified.
imageVersion_version :: Lens' ImageVersion Natural Source #
The version number.