Interface SignageAIJobShowOptions

Allowable query parameters for the AI job show endpoint

interface SignageAIJobShowOptions {
    since?: number;
    wait?: number;
}

Properties

Properties

since?: number

Version the caller already holds. Defaults to the job's current version

wait?: number

Seconds to hold the request open until the job changes, up to 25. Defaults to 0, which answers immediately