Created
May 22, 2020 16:09
-
-
Save tmastny/fc7dc459da58bc9d9da1435df1aaabf2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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