mindee
    Preparing search index...

    Class Job

    Job information for a V2 polling attempt.

    Index
    alias: string

    Optional alias for the file.

    completedAt: Date | null | undefined

    Date and time of the Job completion. Filled once processing is finished.

    createdAt: Date

    Date and time of the Job creation.

    If an error occurred during processing, contains the problem details.

    filename: string

    Name of the file sent.

    id: string

    UUID of the Job.

    modelId: string

    UUID of the model to be used for the inference.

    pollingUrl: string

    URL to poll for the job status.

    resultUrl?: string

    URL to retrieve the inference results. Will be filled once the inference is ready.

    status: string

    Status of the job.

    webhooks: JobWebhook[]

    List of responses from webhooks called. Empty until processing is finished.