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.
- Spark runtime - provides running spark-based transforms in a spark cluster.