Add Runs To Annotation Queue.
func (
r *AnnotationQueueRunService) New(ctx context.Context,
queueID string,
params AnnotationQueueRunNewParams,
opts ...option.RequestOption) (res *[]AnnotationQueueRunNewResponse,
err error
)Add Runs To Annotation Queue
Deprecated: Deprecated: use AnnotationQueues.Items.New() instead. Will be removed after Jan 31, 2027.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
queueID* | string | |
params* | AnnotationQueueRunNewParams | |
opts* | ...option.RequestOption |