Add Runs To Annotation Queue.
func (
r *AnnotationQueueRunService) New(ctx context.Context,
queueID string,
body AnnotationQueueRunNewParams,
opts ...option.RequestOption) (res *[]AnnotationQueueRunNewResponse,
err error
)Add Runs To Annotation Queue
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
queueID* | string | |
body* | AnnotationQueueRunNewParams | |
opts* | ...option.RequestOption |