Class LLMObsAnnotationQueueDataAttributesRequest

Attributes for creating an Agent Observability annotation queue.

Hierarchy

  • LLMObsAnnotationQueueDataAttributesRequest

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.

description?: string

Description of the annotation queue.

name: string

Name of the annotation 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 who can access the annotation queue.

Generated using TypeDoc