Beam.App()
definition.
Outputs are ideal for cases where you don’t need to persist data between tasks.If you’d like to persist your data between tasks (meaning you can stop a Beam task, resume it, and your data will still exist), you should use a Persistent Volume instead.
Output.Dir()
method:
Accessing Outputs
You can download files created during each function execution by logging into the dashboard, finding your deployment, and clicking on the latest task.