Description
What did you find confusing? Please describe.
The call sagemaker.amazon.amazon_estimator.get_image_uri
was migrated to sagemaker.image_uris.retrieve
. There is no information about how to make the calls to get the image url of a custom docker image in ecr that was created using Sagemaker .
Describe how documentation can be improved
How do you make the call to get the uri of custom docker image using the library sagemaker-training? This docker image is not using any of the prebuilt frameworks.
Additional context
Before you just did:
container_image_uri = get_image_uri(repo_name, repo_region, repo_version)
The above was specially useful when you were bringing your own custom docker images that were not using a framework in particular.
Kind regards,
Walter