Push Dataset

Pushes a list of Goldens or ConversationalGoldens to your dataset.

Path parameters

aliasstringRequired
The unique alias of the dataset.

Headers

CONFIDENT_API_KEYstringRequired
The API key of your Confident AI project.

Request

finalizedbooleanRequired
Determines whether goldens are finalized when pushed to the dataset.
goldenslist of objectsOptional

This is a list of single-turn goldens to push. If you are pushing a multi-turn dataset, this should be null.

conversationalGoldenslist of objectsOptional

This is a list of conversational goldens to push. If you are pushing a single-turn dataset, this should be null.

Response