Queue Goldens
Queues Goldens or ConversationalGoldens to a dataset as unfinalized goldens for later review. If the dataset alias does not exist yet, a new dataset is created automatically.
Provide either goldens (single-turn) or conversationalGoldens (multi-turn), but not both.
Path parameters
alias
The unique alias of the dataset.
Headers
CONFIDENT_API_KEY
The API key of your Confident AI project.
Request
This endpoint expects an object.
goldens
This is a list of single-turn goldens to queue. If you are queueing conversational goldens, this should be null.
conversationalGoldens
This is a list of conversational goldens to queue. If you are queueing single-turn goldens, this should be null.
Response
link
A link to the dataset the goldens were queued to.