Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: CC-BY-SA-4.0
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.
ResolutionTime The date and time when the image path for the model resolved to the ResolvedImage
Type: Timestamp
Required: No
ResolvedImage The specific digest path of the image hosted in this ProductionVariant
.
Type: String
Length Constraints: Maximum length of 255.
Pattern: [\S]+
Required: No
SpecifiedImage The image path you specified when you created the model.
Type: String
Length Constraints: Maximum length of 255.
Pattern: [\S]+
Required: No
For more information about using this API in one of the language-specific AWS SDKs, see the following: + AWS SDK for C++ + AWS SDK for Go + AWS SDK for Go - Pilot + AWS SDK for Java + AWS SDK for Ruby V2