Interface SignageAIProviderTestResult

Outcome of proving a provider row's credentials work

interface SignageAIProviderTestResult {
    error?: string;
    kind?: string;
    latency_ms: number;
    model?: string;
    ok: boolean;
}

Properties

error?: string

Description of the failure, when the test failed

kind?: string

Class of failure, when the test failed

latency_ms: number

Time the vendor took, in milliseconds

model?: string

Model the test was run against

ok: boolean

Whether the vendor answered with an image