Create a batch with a name, linked to a workspace and dataset by id with some introduction/description detail.
Should also work using JSON templates to improve reusability and script-ability.
Previous spike yielded something like.
prolific aitaskbuilder batch create -n "Example Model Evaluation" -w <workspace_id> -d <dataset_id> --task-name "Example Model Evaluation Task" --task-introduction "This is an example AI Task Builder model evaluation task created with the CLI" --task-steps "1. Review the prompt and model response\n2. Evaluate the model according to the task instruction guidance"
Create a batch with a name, linked to a workspace and dataset by id with some introduction/description detail.
Should also work using JSON templates to improve reusability and script-ability.
Previous spike yielded something like.