Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation: Add updates to CONTRIBUTING.md #121

Merged
merged 3 commits into from
Aug 4, 2020
Merged

Conversation

avawang1
Copy link
Contributor

@avawang1 avawang1 commented Aug 3, 2020

Issue #, if available:

Description of changes:

  • Add updates to CONTRIBUTING.md, similar to sagemaker-python-sdk
  • Add interim updates to AwsDevice to get .name, .status, .status_reason

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@avawang1 avawang1 requested a review from speller26 August 3, 2020 23:20
@avawang1 avawang1 requested a review from floralph as a code owner August 3, 2020 23:20
Comment on lines +60 to +62
self._name = self._device.name
self._status = self._device.status
self._status_reason = self._device.status_reason
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How are these used? Will their usages be added later?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an interim change before GetDevice is ready. status and status_reason and their docstrings are already in Device.py

@avawang1 avawang1 merged commit 47e11ed into main Aug 4, 2020
@avawang1 avawang1 deleted the contributing branch August 4, 2020 17:33
kshitijc pushed a commit that referenced this pull request Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants