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

aliasstringRequired
The unique alias of the dataset.

Headers

CONFIDENT_API_KEYstringRequired
The API key of your Confident AI project.

Request

This endpoint expects an object.
goldenslist of objectsOptional

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

conversationalGoldenslist of objectsOptional

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

Response