UnionRemote#

UnionRemote is a superset of FlyteRemote that provides additional methods specific to Union.

Entrypoint#

UnionRemote

Main entrypoint for programmatically accessing a Union remote backend.

Options

Options that can be configured for a launch plan during registration or overridden during an execution.

Entities#

FlyteTask

A class encapsulating a remote Flyte task.

FlyteWorkflow

A class encapsulating a remote Flyte workflow.

FlyteLaunchPlan

A class encapsulating a remote Flyte launch plan.

Entity components#

FlyteNode

A class encapsulating a remote Flyte node.

FlyteTaskNode

A class encapsulating a task that a Flyte node needs to execute.

FlyteWorkflowNode

A class encapsulating a workflow that a Flyte node needs to execute.

Execution objects#

FlyteWorkflowExecution

A class encapsulating a workflow execution being run on a Flyte remote backend.

FlyteTaskExecution

A class encapsulating a task execution being run on a Flyte remote backend.

FlyteNodeExecution

A class encapsulating a node execution being run on a Flyte remote backend.