Uh oh!
There was an error while loading. Please reload this page.
feature: support training inputs from EFS and FSx - #991
Conversation
jesterhazy
commented
Aug 21, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 21, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 21, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 21, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 21, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 21, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 21, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 21, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 22, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 22, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 22, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 22, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 22, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 22, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 22, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 22, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 22, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
1731f24 to
d4503c2Comparejesterhazy
commented
Aug 22, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 22, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 22, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 22, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 23, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 23, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 23, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
| } | ||
| } | ||
| if compression is not None: |
There was a problem hiding this comment.
[Minor] Can these be written as one-liners with "or"?
There was a problem hiding this comment.
not exactly sure what you're suggesting here. are you thinking self.config["CompressionType"] = compression or None?
There was a problem hiding this comment.
That's what I was thinking. Am I missing something that would make that incorrect?
There was a problem hiding this comment.
boto3 may complain about parameters being set to None. The error will be something like "incorrect parameter type <NoneType>, should be one of: <str>"
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| def _get_subnet_ids_by_name(ec2_client, name): | ||
| def _subnet_ids_by_name(ec2_client, name): |
There was a problem hiding this comment.
[Minor] Not gonna lie, I think I preferred the previous name. It was more obvious what it did.
There was a problem hiding this comment.
"get" isn't idiomatic in Python. since this is just a private method that wasn't actually modified in this PR, though, I can change it back.
There was a problem hiding this comment.
Do you have any readings on this that I could take advantage of? I wasn't able to find anything useful on the interwebs.
There was a problem hiding this comment.
I forget where I originally read/heard it from, though I see it mentioned a lot in StackOverflow answers. iirc the idea is that "get" is redundant to what's happening. @mvsusp, do you have any references handy on this one?
Uh oh!
There was an error while loading. Please reload this page.
jesterhazy
commented
Aug 23, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 23, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 23, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 23, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 23, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 23, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 23, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 23, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Aug 23, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Uh oh!
There was an error while loading. Please reload this page.
* feat: Queue and QueuedJob implementation for AWS Batch Service (aws#991) * fix: Update Batch endpoint; Function renaming (aws#1230) Co-authored-by: Jenna Zhao <wnxinz@amazon.com> * chore: minor formatting --------- Co-authored-by: haoxinwa <138720323+haoxinwa@users.noreply.github.com> Co-authored-by: JennaZhao <100809398+JennaZhao@users.noreply.github.com> Co-authored-by: Jenna Zhao <wnxinz@amazon.com> Co-authored-by: Gregory Katkov <katkov@amazon.com>
Amazon SageMaker now supports Amazon EFS and Amazon FSx for Lustre file systems as data sources for training machine learning models.
Issue #, if available:
Description of changes:
Amazon SageMaker now supports Amazon EFS and Amazon FSx for Lustre file systems as data sources for training machine learning models. This is work from @caxiaohu to support that here.
NB: the resources don't necessarily get cleaned up properly if things fail during setup, but we can track that as a separate issue in our backlog
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.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.