This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::SageMaker::InferenceComponent 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[: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.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ResolutionTime" :String, "ResolvedImage" :String, "SpecifiedImage" :String}
YAML
ResolutionTime:StringResolvedImage:StringSpecifiedImage:String
Properties
ResolutionTime- 
                    
The date and time when the image path for the model resolved to the
ResolvedImageRequired: No
Type: String
Update requires: No interruption
 ResolvedImage- 
                    
The specific digest path of the image hosted in this
ProductionVariant.Required: No
Type: String
Pattern:
[\S]+Maximum:
255Update requires: No interruption
 SpecifiedImage- 
                    
The image path you specified when you created the model.
Required: No
Type: String
Pattern:
[\S]+Maximum:
255Update requires: No interruption