Uses of Class
com.langfuse.client.resources.annotationqueues.types.AnnotationQueue
Packages that use AnnotationQueue
Package
Description
-
Uses of AnnotationQueue in com.langfuse.client.resources.annotationqueues
Methods in com.langfuse.client.resources.annotationqueues that return AnnotationQueueModifier and TypeMethodDescriptionAnnotationQueuesClient.createQueue(CreateAnnotationQueueRequest request) Create an annotation queueAnnotationQueuesClient.createQueue(CreateAnnotationQueueRequest request, RequestOptions requestOptions) Create an annotation queueGet an annotation queue by IDAnnotationQueuesClient.getQueue(String queueId, RequestOptions requestOptions) Get an annotation queue by IDMethods in com.langfuse.client.resources.annotationqueues that return types with arguments of type AnnotationQueueModifier and TypeMethodDescriptionAsyncAnnotationQueuesClient.createQueue(CreateAnnotationQueueRequest request) Create an annotation queueAsyncAnnotationQueuesClient.createQueue(CreateAnnotationQueueRequest request, RequestOptions requestOptions) Create an annotation queueAsyncRawAnnotationQueuesClient.createQueue(CreateAnnotationQueueRequest request) Create an annotation queueAsyncRawAnnotationQueuesClient.createQueue(CreateAnnotationQueueRequest request, RequestOptions requestOptions) Create an annotation queueRawAnnotationQueuesClient.createQueue(CreateAnnotationQueueRequest request) Create an annotation queueRawAnnotationQueuesClient.createQueue(CreateAnnotationQueueRequest request, RequestOptions requestOptions) Create an annotation queueGet an annotation queue by IDAsyncAnnotationQueuesClient.getQueue(String queueId, RequestOptions requestOptions) Get an annotation queue by IDGet an annotation queue by IDAsyncRawAnnotationQueuesClient.getQueue(String queueId, RequestOptions requestOptions) Get an annotation queue by IDGet an annotation queue by IDRawAnnotationQueuesClient.getQueue(String queueId, RequestOptions requestOptions) Get an annotation queue by ID -
Uses of AnnotationQueue in com.langfuse.client.resources.annotationqueues.types
Methods in com.langfuse.client.resources.annotationqueues.types that return AnnotationQueueModifier and TypeMethodDescriptionAnnotationQueue._FinalStage.build()AnnotationQueue.Builder.build()Methods in com.langfuse.client.resources.annotationqueues.types that return types with arguments of type AnnotationQueueMethods in com.langfuse.client.resources.annotationqueues.types with parameters of type AnnotationQueueModifier and TypeMethodDescriptionPaginatedAnnotationQueues._FinalStage.addData(AnnotationQueue data) PaginatedAnnotationQueues.Builder.addData(AnnotationQueue data) AnnotationQueue.Builder.from(AnnotationQueue other) AnnotationQueue.IdStage.from(AnnotationQueue other) Method parameters in com.langfuse.client.resources.annotationqueues.types with type arguments of type AnnotationQueueModifier and TypeMethodDescriptionPaginatedAnnotationQueues._FinalStage.addAllData(List<AnnotationQueue> data) PaginatedAnnotationQueues.Builder.addAllData(List<AnnotationQueue> data) PaginatedAnnotationQueues._FinalStage.data(List<AnnotationQueue> data) PaginatedAnnotationQueues.Builder.data(List<AnnotationQueue> data)