Class LLMObsAnnotationQueueDataAttributesResponse

Attributes of an Agent 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
annotationSchema?: LLMObsAnnotationSchema

Schema defining the labels for an annotation queue.

canManageAccess: boolean

Whether the current caller can manage access for the annotation queue.

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.

restrictToAssignees: boolean

Whether annotation access is restricted to assigned users.

restrictToReviewers: boolean

Whether annotation access is restricted to queue reviewers.

reviewerEmails?: string[]

Email addresses of reviewers for the annotation queue. Returned only when the caller can manage queue access.

Generated using TypeDoc