langchain.js
    Preparing search index...

    Interface AnnotationQueueWithDetails

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

    Hierarchy (View Summary)

    Index

    Properties

    created_at: string

    The timestamp when the annotation queue was created.

    description?: string

    An optional description of the annotation queue.

    id: string

    The unique identifier of the annotation queue.

    name: string

    The name of the annotation queue.

    rubric_instructions?: string

    The rubric instructions for 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.