Run an Evaluation Test Case
To run an evaluation test case, send a POST request to /v2/gen-ai/evaluation_runs.
Request body
Example request
{
"agent_uuids": [
"example string"
],
"run_name": "Evaluation Run Name",
"test_case_uuid": "\"12345678-1234-1234-1234-123456789012\""
}Response
A successful response.
Example response
{
"evaluation_run_uuids": [
"example string"
]
}Changes
Changed in 5 of the 8 revisions of this API.1530
- ○
api tag
DigitalOcean-public.v2-new_GradientAI Platformaddedapi-tag-added
- ○
api tag
GradientAI Platformremovedapi-tag-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
api operation id
run_evaluation_test_caseremoved and replaced withgenai_run_evaluation_test_caseapi-operation-id-removed
- ○
the endpoint scheme security
bearer_authwas added to the APIapi-security-added
- ○
api tag
GradientAI Platformaddedapi-tag-added
- ○
api tag
GenAIAPIremovedapi-tag-removed
- ○
request body became optional
request-body-became-optional
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
This revision also has 70 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
request body became required
request-body-became-required
- ●
the optional response header
ratelimit-limitremoved for the status200optional-response-header-removed
- ●
the optional response header
ratelimit-remainingremoved for the status200optional-response-header-removed
- ●
the optional response header
ratelimit-resetremoved for the status200optional-response-header-removed
- ○
api operation id
genai_run_evaluation_test_caseremoved and replaced withrun_evaluation_test_caseapi-operation-id-removed
- ○
the endpoint scheme security
bearer_authwas removed from the APIapi-security-removed
- ○
api tag
GenAIAPIaddedapi-tag-added
- ○
api tag
GradientAI Platformremovedapi-tag-removed
- ○
removed the non-success response with the status
401response-non-success-status-removed
- ○
removed the non-success response with the status
404response-non-success-status-removed
- ○
removed the non-success response with the status
429response-non-success-status-removed
- ○
removed the non-success response with the status
500response-non-success-status-removed
This revision also has 436 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
api operation id
run_evaluation_test_caseremoved and replaced withgenai_run_evaluation_test_caseapi-operation-id-removed
- ○
the endpoint scheme security
bearer_authwas added to the APIapi-security-added
- ○
api tag
GradientAI Platformaddedapi-tag-added
- ○
api tag
GenAIAPIremovedapi-tag-removed
- ○
request body became optional
request-body-became-optional
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
This revision also has 70 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
removed the request property
agent_uuidrequest-property-removed
- ●
removed the optional property
evaluation_run_uuidfrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional request property
agent_uuidsnew-optional-request-property
- ○
added the optional property
evaluation_run_uuidsto the response with the200statusresponse-optional-property-added
- ●