external#

Classes:

ExternalOutputSpec

Specification for an external job with a single output.

class ExternalOutputSpec#

Specification for an external job with a single output.

Attributes:

connection

Optional source job UID and output to connect and passthrough unmodified results to the output.

name

Name of output to create on external job.

spec

Specification of output.

connection: OutputRef | None#

Optional source job UID and output to connect and passthrough unmodified results to the output. Must have the same type as in the output spec. Input name to create and connect should be defined in spec.passthrough, otherwise will default to connection.output.

name: str#

Name of output to create on external job.

spec: OutputSpec#

Specification of output.