Interface SignageAIUsageRow

Spend on one provider and model over the reported period

interface SignageAIUsageRow {
    candidates: number;
    cost_units: number;
    images_produced: number;
    jobs: number;
    model: string;
    provider: string;
}

Properties

candidates: number

Candidates asked for across those jobs

cost_units: number

Vendor spend attributed to those jobs

images_produced: number

Candidates that landed across those jobs

jobs: number

Number of jobs

model: string

Model the jobs were sent to

provider: string

Vendor the jobs were sent to