Get Total Size From Annotation Queue.
func (
r *AnnotationQueueService) GetTotalSize(ctx context.Context,
queueID string,
opts ...option.RequestOption) (res *AnnotationQueueSizeSchema,
err error
)Get Total Size From Annotation Queue
Deprecated: Deprecated: use the annotation queue items retrieve_count method (GET /api/v1/platform/annotation-queues/{queue_id}/items/count?status=all) instead. Will be removed after Jan 31, 2027.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
queueID* | string | |
opts* | ...option.RequestOption |