curl --location -g --request PUT 'https:///api/v2/evaluations/' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "string",
"prefix_prompt": "string",
"model_deployment": "string",
"custom_instructions": {
"property1": null,
"property2": null
}
}'
{
"success": true,
"message": "Evaluation updated successfully",
"data": {
"id": 197,
"agent": 4,
"final_scores": {
"Generation": {
"AnswerSimilarity": 0.89439059945,
"Faithfulness": 0
}
},
"status": "completed",
"created_on": "2025-01-20T15:01:51.094Z"
}
}