-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More lib doc changes especially links and ray runtime
Signed-off-by: David Wood <[email protected]>
- Loading branch information
Showing
4 changed files
with
42 additions
and
202 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## Python Runtime | ||
The python runtime provides a simple mechanism to run a transform on a set of input data to produce | ||
a set of output data, all within the python execution environment. | ||
|
||
A `PythonTransformLauncher` class is provided that enables the running of the transform. For example, | ||
|
||
```python | ||
launcher = PythonTransformLauncher(YourTransformConfiguration()) | ||
launcher.launch() | ||
``` |
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