Returns the URI to the Sagemaker model container.
Interface to sagemaker$amazon$amazon_estimator$get_image_uri
.
sagemaker_container(container_name, repo_version = "latest", ...) sagemaker_xgb_container(repo_version = "0.90-1", ...)
container_name | Name of the Sagemaker model container, e.g. "xgboost" |
---|---|
repo_version | Version of the model. Caution: "latest" does not necessarily pull latest version. |
... | Additional named arguments sent to the underlying API. |