Interface AnnotationQueueWithDetails

interface AnnotationQueueWithDetails {
    created_at: string;
    id: string;
    name: string;
    tenant_id: string;
    updated_at: string;
    description?: string;
    rubric_instructions?: string;
}

Hierarchy (View Summary)

Properties

created_at: string

The timestamp when the annotation queue was created.

id: string

The unique identifier of the annotation queue.

name: string

The name of the annotation queue.

tenant_id: string

The ID of the tenant associated with the annotation queue.

updated_at: string

The timestamp when the annotation queue was last updated.

description?: string

An optional description of the annotation queue.

rubric_instructions?: string

The rubric instructions for the annotation queue.