mindee
    Preparing search index...

    Representation of an execution for a workflow.

    Type Parameters

    Index

    Constructors

    Properties

    availableAt: Date | null

    The time at which the file was uploaded to a workflow.

    batchName: string

    Identifier for the batch to which the execution belongs.

    createdAt: Date | null

    The time at which the execution started.

    File representation within a workflow execution.

    id: string

    Identifier for the execution.

    inference: T | null

    Deserialized inference object.

    priority: ExecutionPriority | null

    Priority of the execution.

    reviewedAt: Date | null

    The time at which the file was tagged as reviewed.

    reviewedPrediction: GeneratedV1Document | null

    Reviewed fields and values.

    status: string

    Execution Status.

    type: string | null

    Execution type.

    uploadedAt: Date | null

    The time at which the file was uploaded to a workflow.

    workflowId: string

    Identifier for the workflow.