File name templating
By default, result files delivered to your cloud storage use the {{ job_id }}.{{ extension }}
naming template (e.g., 7346445033316311041.json
). You can specify a custom file naming template for results delivered to your cloud storage.
Here's why you may want to do it:
The result file names can be more informative
Results can be automatically organized into different directories.
Template variables
You can use any input parameter you provide when creating a job, as well as any variable from the job_info
object (found at the bottom of your result) in your file naming template.
Usage
1
2
Last updated
Was this helpful?