Interface LLMObservabilityApiListLLMObsAnnotationQueuesRequest

Hierarchy

  • LLMObservabilityApiListLLMObsAnnotationQueuesRequest

Properties

Properties

projectId?: string

Filter annotation queues by project ID. Cannot be used together with queueIds.

queueIds?: string[]

Filter annotation queues by queue IDs (comma-separated). Cannot be used together with projectId.

Generated using TypeDoc