Optional
configuration: ConfigurationOptional
options: AxiosRequestConfig<any> = {}Override http request option.
Method creates a new job in the task
The request POST /api/jobs/id/annotations will initiate file upload and will create the rq job on the server in which the process of annotations uploading from file will be carried out. Please, use the PUT /api/jobs/id/annotations endpoint for checking status of the process.
A unique integer value identifying this job.
Optional
cloudStorageId: numberStorage id
Optional
filename: stringAnnotation file name
Optional
format: stringInput format name You can get the list of supported formats at: /server/annotation/formats
Optional
location: JobsCreateAnnotationsLocationEnumwhere to import the annotation from
Optional
useDefaultLocation: booleanUse the location that was configured in the task to import annotation
Optional
annotationFileRequest: AnnotationFileRequestOptional
options: AxiosRequestConfig<any> = {}Override http request option.
Method allows to initialize the process of the job annotation upload from a local file or a cloud storage
Please note, that not every job can be removed. Currently, it is only available for Ground Truth jobs.
A unique integer value identifying this job.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method deletes a job and its related annotations
A unique integer value identifying this job.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method deletes all annotations for a specific job
Optional
xOrganization: stringOrganization unique slug
Optional
assignee: stringA simple equality filter for the assignee field
Optional
dimension: JobsListDimensionEnumA simple equality filter for the dimension field
Optional
filter: stringJSON Logic filter. This filter can be used to perform complex filtering by grouping rules. For example, using such a filter you can get all resources created by you: - {"and":[{"==":[{"var":"owner"},"<user>"]}]} Details about the syntax used can be found at the link: https://jsonlogic.com/ Available filter_fields: ['task_name', 'project_name', 'assignee', 'state', 'stage', 'id', 'task_id', 'project_id', 'updated_date', 'dimension', 'type'].
Optional
org: stringOrganization unique slug
Optional
orgId: numberOrganization identifier
Optional
page: numberA page number within the paginated result set.
Optional
pageSize: numberNumber of results to return per page.
Optional
projectId: numberA simple equality filter for the project_id field
Optional
projectName: stringA simple equality filter for the project_name field
Optional
search: stringA search term. Available search_fields: ('task_name', 'project_name', 'assignee', 'state', 'stage')
Optional
sort: stringWhich field to use when ordering the results. Available ordering_fields: ['task_name', 'project_name', 'assignee', 'state', 'stage', 'id', 'task_id', 'project_id', 'updated_date', 'dimension', 'type']
Optional
stage: JobsListStageEnumA simple equality filter for the stage field
Optional
state: JobsListStateEnumA simple equality filter for the state field
Optional
taskId: numberA simple equality filter for the task_id field
Optional
taskName: stringA simple equality filter for the task_name field
Optional
type: JobsListTypeEnumA simple equality filter for the type field
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method returns a paginated list of jobs
A unique integer value identifying this job.
Optional
patchedJobWriteRequest: PatchedJobWriteRequestOptional
options: AxiosRequestConfig<any> = {}Override http request option.
Methods does a partial update of chosen fields in a job
A unique integer value identifying this job.
Optional
patchedLabeledDataRequest: PatchedLabeledDataRequestOptional
options: AxiosRequestConfig<any> = {}Override http request option.
Method performs a partial update of annotations in a specific job
A unique integer value identifying this job.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method returns details of a job
A unique integer value identifying this job.
Optional
action: "download"Used to start downloading process after annotation file had been created
Optional
cloudStorageId: numberStorage id
Optional
filename: stringDesired output file name
Optional
format: stringDesired output format name You can get the list of supported formats at: /server/annotation/formats
Optional
location: JobsRetrieveAnnotationsLocationEnumWhere need to save downloaded annotation
Optional
useDefaultLocation: booleanUse the location that was configured in the task to export annotation
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method returns annotations for a specific job as a JSON document. If format is specified, a zip archive is returned.
A unique integer value identifying this job.
Optional
number: numberA unique number value identifying chunk or frame
Optional
quality: JobsRetrieveDataQualityEnumSpecifies the quality level of the requested data
Optional
type: JobsRetrieveDataTypeEnumSpecifies the type of the requested data
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method returns data for a specific job
A unique integer value identifying this job.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method provides a meta information about media files which are related with the job
Desired output format name You can get the list of supported formats at: /server/annotation/formats
A unique integer value identifying this job.
Optional
action: "download"Used to start downloading process after annotation file had been created
Optional
cloudStorageId: numberStorage id
Optional
filename: stringDesired output file name
Optional
location: JobsRetrieveDatasetLocationEnumWhere need to save downloaded dataset
Optional
useDefaultLocation: booleanUse the location that was configured in the task to export dataset
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Export job as a dataset in a specific format
A unique integer value identifying this job.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method returns a preview image for the job
To check the status of the process of uploading a job annotations from a file: After initiating the annotations upload, you will receive an rq_id parameter. Make sure to include this parameter as a query parameter in your subsequent PUT /api/jobs/id/annotations requests to track the status of the annotations upload.
A unique integer value identifying this job.
Optional
cloudStorageId: numberStorage id
Optional
filename: stringAnnotation file name
Optional
format: stringInput format name You can get the list of supported formats at: /server/annotation/formats
Optional
location: JobsUpdateAnnotationsLocationEnumwhere to import the annotation from
Optional
rqId: stringrq id
Optional
useDefaultLocation: booleanUse the location that was configured in the task to import annotation
Optional
jobAnnotationsUpdateRequest: JobAnnotationsUpdateRequestOptional
options: AxiosRequestConfig<any> = {}Override http request option.
Method performs an update of all annotations in a specific job or used for uploading annotations from a file
Generated using TypeDoc
JobsApi - axios parameter creator