Dynamic Inputs
When to Use On-Demand Inputs
Configuration
- step:
name: stream-processing
image: python:3.12
command:
- python ./process_stream.py
inputs:
# Download of this input will be delayed until the data is explicitly requested
- name: large_dataset
download: on-demand
default: dataset://big-data/latest
# This input will be downloaded before the execution starts
- name: config
default: datum://9122f6fc-2aff-5366-6abd-ffbd7461f1aaQuick Option: valohai-utils
Advanced option: Manual Download API
1. Get API Configuration
2. Find Input IDs
3. Request Download URLs
4. Download Files Selectively
Authentication Methods
Error Handling
File Lifecycle
Last updated
Was this helpful?
