curl --location --request POST '/evaltest/all/0' \
--header 'Ocp-Apim-Subscription-Key: {{your-api-key}}' \
--header 'Authorization: Bearer {{your-access-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataset_id": 9
}'
{
"success": true,
"message": "Evaluation created successfully.",
"data": {
"id": 5,
"created_by": "user@example.com",
"created_on": "2024-10-22T19:59:47.758221Z",
"modified_by": "",
"modified_on": "2024-10-22T19:59:47.758273Z",
"answer_similarity": null,
"answer_relevancy": null,
"faithfulness": null,
"context_recall": null,
"query_result": [],
"status": "Pending",
"agent": 3,
"evaluation_dataset_id": 9
}
}