Optional
configuration: ConfigurationProtected
axiosProtected
baseProtected
configurationRequest parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method creates a new job in the task
JobsApi
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
JobsApi
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
JobsApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method deletes all annotations for a specific job
JobsApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method returns a paginated list of jobs
JobsApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Methods does a partial update of chosen fields in a job
JobsApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method performs a partial update of annotations in a specific job
JobsApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method returns details of a job
JobsApi
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.
JobsApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method returns data for a specific job
JobsApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method provides a meta information about media files which are related with the job
JobsApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Export job as a dataset in a specific format
JobsApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method returns a preview image for the job
JobsApi
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
JobsApi
Generated using TypeDoc
JobsApi - object-oriented interface
Export