curl --location -g --request POST 'https:///api/v2/workflows//evaluation-runs' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"evaluation_name": "string",
"name": "string",
"dataset_public_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"metric_names": [
"string"
],
"llm_config": {
"property1": null,
"property2": null
},
"prefix_prompt": "string",
"model_deployment": "string",
"custom_instructions": {
"property1": null,
"property2": null
},
"source_enabled": false,
"workflow_chunk_count": 0,
"metadata": {
"property1": null,
"property2": null
}
}'