-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding aws_sagemaker_scheduler (#801)
Co-authored-by: Alexander Jipa <[email protected]> Co-authored-by: kiukchung <[email protected]>
- Loading branch information
1 parent
e9a6957
commit dd4c61f
Showing
6 changed files
with
1,006 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
AWS SageMaker | ||
================= | ||
|
||
.. automodule:: torchx.schedulers.aws_sagemaker_scheduler | ||
|
||
.. currentmodule:: torchx.schedulers.aws_sagemaker_scheduler | ||
|
||
.. autoclass:: AWSSageMakerScheduler | ||
:members: | ||
:show-inheritance: | ||
|
||
.. autoclass:: AWSSageMakerJob | ||
:members: | ||
|
||
Reference | ||
~~~~~~~~~~~~ | ||
|
||
.. autofunction:: create_scheduler | ||
|
This file contains 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
Oops, something went wrong.