Optional
configuration: ConfigurationOptional
basePath: stringOptional
axios: AxiosInstanceRequest parameters.
Optional
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.
Request parameters.
Optional
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.
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method deletes a job and its related annotations
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method deletes all annotations for a specific job
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method returns a paginated list of jobs
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Methods does a partial update of chosen fields in a job
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method performs a partial update of annotations in a specific job
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method returns details of a job
Request parameters.
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.
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method returns data for a specific job
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method provides a meta information about media files which are related with the job
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Export job as a dataset in a specific format
Request parameters.
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.
Request parameters.
Optional
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 - factory interface