Dataset
create_item
input
: The input data for the dataset item.expected_output
: The output data for the dataset item (optional).metadata
: Metadata for the dataset item (optional).
create_experiment
name
: The name of the experiment .prompt_id
: The Prompt ID used on LLM calls (optional).params
: The params used on the experiment.
delete_item
api
: An instance of the DatasetAPI to make the call.item_id
: The ID of the dataset item to delete.
add_step
step_id
: The id of the step to add to the dataset.metadata
: Metadata for the dataset item (optional).
add_generation
generation_id
: The id of the generation to add to the dataset.metadata
: Metadata for the dataset item (optional).