Skip to content

agnify ingest

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

Terminal window
agnify ingest file [OPTIONS] PATH

Arguments

NameDescription
PATHLocal video or image file to upload.

Options

FlagDescription
--pipeline, -pTemplate id to seed the pipeline (e.g. ‘bottle-counter’).
--wait, -wBlock until the execution reaches a terminal state.
--interval, -iPoll interval in seconds while —wait. (default: 2.0)
--timeout, -tGive up after this many seconds (only meaningful with —wait).