Class LLMObsAnnotationQueueDataAttributesResponse

Attributes of an LLM Observability annotation queue.

Hierarchy

  • LLMObsAnnotationQueueDataAttributesResponse

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createdAt: Date

Timestamp when the queue was created.

createdBy: string

Identifier of the user who created the queue.

description: string

Description of the annotation queue.

modifiedAt: Date

Timestamp when the queue was last modified.

modifiedBy: string

Identifier of the user who last modified the queue.

name: string

Name of the annotation queue.

ownedBy: string

Identifier of the user who owns the queue.

projectId: string

Identifier of the project this queue belongs to.

Generated using TypeDoc