create_inference_schedule
Set up a recurring JEPA inference schedule using a cron expression. Optionally target specific branches or run on all branches.
Instructions
Create a recurring JEPA inference schedule.
Args: name: Schedule name. cron: Cron expression (e.g. "0 2 * * *" for 2 AM daily). branch_labels: JSON array of branch label strings to target. Ignored if all_branches is true. all_branches: Run on all branches if true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| cron | Yes | ||
| branch_labels | No | [] | |
| all_branches | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |