Runtimes provide a mechanism to run a transform over a set of input files to produce a set of
output files. Each runtime is started using a launcher.
The available runtimes are as follows:
- Python runtime - provides single process running of a transform.
- Ray runtime - provides running transforms across multiple ray workers to achieve highly scalable processing.