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 |
Documentation
data DeployedImage Source #
Gets the Amazon EC2 Container Registry path of the docker image of the model that is hosted in this ProductionVariant.
If you used the registry/repository[:tag]
form to specify the image
path of the primary container when you created the model hosted in this
ProductionVariant
, the path resolves to a path of the form
registry/repository[@digest]
. A digest is a hash value that
identifies a specific version of an image. For information about Amazon
ECR paths, see
Pulling an Image
in the Amazon ECR User Guide.
See: newDeployedImage
smart constructor.
DeployedImage' | |
|
Instances
newDeployedImage :: DeployedImage Source #
Create a value of DeployedImage
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:resolvedImage:DeployedImage'
, deployedImage_resolvedImage
- The specific digest path of the image hosted in this
ProductionVariant
.
$sel:specifiedImage:DeployedImage'
, deployedImage_specifiedImage
- The image path you specified when you created the model.
$sel:resolutionTime:DeployedImage'
, deployedImage_resolutionTime
- The date and time when the image path for the model resolved to the
ResolvedImage
deployedImage_resolvedImage :: Lens' DeployedImage (Maybe Text) Source #
The specific digest path of the image hosted in this
ProductionVariant
.
deployedImage_specifiedImage :: Lens' DeployedImage (Maybe Text) Source #
The image path you specified when you created the model.
deployedImage_resolutionTime :: Lens' DeployedImage (Maybe UTCTime) Source #
The date and time when the image path for the model resolved to the
ResolvedImage