Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 436 Bytes

transform-runtimes.md

File metadata and controls

9 lines (7 loc) · 436 Bytes

Transform Runtimes

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.