You may want to create temporary files or directories for your Beam tasks. Beam includes Outputs which let you create files or directories when your function is invoked. You can add Output to the same file with yourDocumentation Index
Fetch the complete documentation index at: https://docs.slai.io/llms.txt
Use this file to discover all available pages before exploring further.
Beam.App() definition.
For example, if you wanted to save images generated during a function call, you could define an output like this:
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.