dml_util.runners

dml_util.runners#

Runner implementations for DaggerML utilities.

This package provides various runners for executing tasks in different environments. Runners are used to execute code in local, container, or remote environments with specific configurations and state management.

Modules

base

Runner base class for executing code in different environments.

batch

Implementation of a Lambda function that runs a job on AWS Batch.

cloudformation

container

Container-based execution runners.

lambda_

Lambda Runner.

local

Local execution runners.

remote

Remote execution runners.