class Aws::SageMaker::Types::DeployedImage
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` 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`. 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*.
[1]: docs.aws.amazon.com/AmazonECR/latest/userguide/docker-pull-ecr-image.html
@!attribute [rw] specified_image
The image path you specified when you created the model. @return [String]
@!attribute [rw] resolved_image
The specific digest path of the image hosted in this `ProductionVariant`. @return [String]
@!attribute [rw] resolution_time
The date and time when the image path for the model resolved to the `ResolvedImage` @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeployedImage AWS API Documentation
Constants
- SENSITIVE