agnify ingest
agnify ingest file
Section titled “agnify ingest file”Upload a file and run a pipeline against it in one shot.
With --wait, polls until the execution reaches a terminal state
and exits with that state’s code (mirrors agnify run wait):
0 — completed or stopped
1 — failed
2 — --timeout reached
Usage
agnify ingest file [OPTIONS] PATHArguments
| Name | Description |
|---|---|
PATH | Local video or image file to upload. |
Options
| Flag | Description |
|---|---|
--pipeline, -p | Template id to seed the pipeline (e.g. ‘bottle-counter’). |
--wait, -w | Block until the execution reaches a terminal state. |
--interval, -i | Poll interval in seconds while —wait. (default: 2.0) |
--timeout, -t | Give up after this many seconds (only meaningful with —wait). |