external#
Classes:
Specification for an external job with a single output. |
- class ExternalOutputSpec#
Specification for an external job with a single output.
Attributes:
Optional source job UID and output to connect and passthrough unmodified results to the output.
Name of output to create on external job.
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 toconnection.output.
- name: str#
Name of output to create on external job.
- spec: OutputSpec#
Specification of output.