Tasks help you generate data. Think of them like recipes for generating data.
task_id
: The unique identifier for the task.task_type
: The type of task. It can be generation
, parsing
, or any other type.task_properties
: The properties required for the task. These properties can include the model, prompt, API key, etc.generation
: This type of task is used to generate data using a model.parsing
: This type of task is used to parse data from a source.extraction
: This type of task is used to extract columns from a columnar data.scraping
: This type of task is used to scrape data from a website.labelling
: This type of task is used assign zero shot labels to data.generation
and parsing
tasks. We will be adding support for other task types sometime later.
In case you have a specific task type in mind, reach out and help shape our priorities - we’d love to chat.
task_properties
field of the task object.