Start transform job
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
the instructions for the system to follow when transforming the records
the dataset id of the dataset whose records will be transformed
name of the job, this must be provided if the job_id is not provided
if you want to run an existing job (e.g. because more records have been added to the dataset), pass the existing job id here
additional records that will be added to the dataset and processed as part of the job
if you want to process a subset of the records in the dataset, pass the batch size here, otherwise all records will be processed
a post request will be sent to this url when the job is completed
email sent to the user triggering the job when the job is completed
Existing records that have already been processed by the job will be reprocessed. You may want to do this if you've labeled some more data and want the job to be re-run
If true, the model will return the confidence of the prediction
if you want to provide labels for the model to use, pass them here. The keys should be the ids of the records and the values should be the desired outputs as dictionaries
Response
match
, transform
, categorize
processing
, completed
, failed
, cancelled