Uh oh!
There was an error while loading. Please reload this page.
feature: New 1P algorithm accounts for af-south-1 and eu-south-1 - #1813
Conversation
sagemaker-bot
commented
Aug 5, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
sagemaker-bot
commented
Aug 5, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
sagemaker-bot
commented
Aug 5, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
sagemaker-bot
commented
Aug 5, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
sagemaker-bot
commented
Aug 5, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
sagemaker-bot
commented
Aug 5, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
chuyang-deng
commented
Aug 5, 2020
Please also update the https://github.com/aws/sagemaker-python-sdk/blob/master/tests/integ/__init__.py to avoid regional test failures |
sagemaker-bot
commented
Aug 5, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
sagemaker-bot
commented
Aug 5, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
sagemaker-bot
commented
Aug 5, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
sagemaker-bot
commented
Aug 5, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
chuyang-deng
left a comment
There was a problem hiding this comment.
Please also update the https://github.com/aws/sagemaker-python-sdk/blob/master/tests/integ/__init__.py to avoid regional test failures
ajaykarpur
commented
Aug 5, 2020
This has been taken care of in #1812 |
ajaykarpur
left a comment
There was a problem hiding this comment.
Unit tests also need to be updated: https://github.com/aws/sagemaker-python-sdk/blob/master/tests/unit/sagemaker/image_uris/test_algos.py
balajitummala
commented
Aug 6, 2020
@ajaykarpur Added unit tests |
sagemaker-bot
commented
Aug 6, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
sagemaker-bot
commented
Aug 6, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
sagemaker-bot
commented
Aug 6, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
sagemaker-bot
commented
Aug 6, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
sagemaker-bot
commented
Aug 6, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
sagemaker-bot
commented
Aug 6, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
sagemaker-bot
commented
Aug 6, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
sagemaker-bot
commented
Aug 6, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
sagemaker-bot
commented
Aug 6, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
sagemaker-bot
commented
Aug 6, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
sagemaker-bot
commented
Aug 6, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
sagemaker-bot
commented
Aug 6, 2020
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
…#1813) Co-authored-by: Chuyang <chuyangdeng@gmail.com> Co-authored-by: Ajay Karpur <akarpur@amazon.com>
Description of changes:
Add algorithm accounts for upcoming regions.
Testing done:
tox -e py36 tests/unit/test_amazon_estimator.py
tox -e black-format
tox -e py36 tests/unit/sagemaker/image_uris/test_xgboost.py
tox -e py36 tests/unit/sagemaker/image_uris/test_sklearn.py
tox -e py36 tests/unit/sagemaker/image_uris/test_sparkml.py
tox -e py36 tests/unit/sagemaker/image_uris/test_algos.py
Merge Checklist
Put an
xin the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.General
Tests
unique_name_from_baseto create resource names in integ tests (if appropriate)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.