Push Dataset
Pushes a list of Goldens or ConversationalGoldens to your dataset.
Path parameters
alias
The unique alias of the dataset.
Headers
CONFIDENT_API_KEY
The API key of your Confident AI project.
Request
finalized
Determines whether goldens are finalized when pushed to the dataset.
goldens
This is a list of single-turn goldens to push. If you are pushing a multi-turn dataset, this should be null.
conversationalGoldens
This is a list of conversational goldens to push. If you are pushing a single-turn dataset, this should be null.
Response
link
This is the URL to the dataset you updated.