Skip to content

Instantly share code, notes, and snippets.

@tmastny
Created May 22, 2020 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmastny/fc7dc459da58bc9d9da1435df1aaabf2 to your computer and use it in GitHub Desktop.
Save tmastny/fc7dc459da58bc9d9da1435df1aaabf2 to your computer and use it in GitHub Desktop.
library(sagemaker)
s3_bucket()
#> [1] "sagemaker-us-east-2-495577990003"
tune <- sagemaker_attach_tuner("xgboost-191114-1954")
sagemaker:::model_artifact_s3_path(tune$model_name)
#> [1] "s3://sagemaker-us-east-2-495577990003/models/xgboost-191114-1954-002-e66e00d3/output/model.tar.gz"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment