Get evaluation job status and results
Path parameters
The ID of the evaluation job to get the status of
Response
Evaluation job status and results retrieved successfully
Example response
{
"results": {
"result_file_id": "file-1234-aefd",
"pass_percentage": 10,
"label_counts": "{\"yes\": 10, \"no\": 0}"
}
}Changes
Changed in 1 of the 14 revisions of this API.13
- ▲
the
results/oneOf[EvaluationClassifyResults]/generation_fail_countresponse's property type/format changed fromnumber/integertonumber/for status200response-property-type-changed
- ▲
the
results/oneOf[EvaluationClassifyResults]/invalid_label_countresponse's property type/format changed fromnumber/floattonumber/for status200response-property-type-changed
- ▲
the
results/oneOf[EvaluationClassifyResults]/judge_fail_countresponse's property type/format changed fromnumber/integertonumber/for status200response-property-type-changed
- ▲
the
results/oneOf[EvaluationClassifyResults]/pass_percentageresponse's property type/format changed fromnumber/integertonumber/for status200response-property-type-changed
- ▲
the
results/oneOf[EvaluationCompareResults]/generation_fail_countresponse's property type/format changed fromnumber/integertonumber/for status200response-property-type-changed
- ▲
the
results/oneOf[EvaluationCompareResults]/judge_fail_countresponse's property type/format changed fromnumber/integertonumber/for status200response-property-type-changed
- ▲
the
results/oneOf[EvaluationScoreResults]/aggregated_scores/mean_scoreresponse's property type/format changed fromnumber/floattonumber/for status200response-property-type-changed
- ▲
the
results/oneOf[EvaluationScoreResults]/aggregated_scores/pass_percentageresponse's property type/format changed fromnumber/floattonumber/for status200response-property-type-changed
- ▲
the
results/oneOf[EvaluationScoreResults]/aggregated_scores/std_scoreresponse's property type/format changed fromnumber/floattonumber/for status200response-property-type-changed
- ▲
the
results/oneOf[EvaluationScoreResults]/failed_samplesresponse's property type/format changed fromnumber/integertonumber/for status200response-property-type-changed
- ▲
the
results/oneOf[EvaluationScoreResults]/generation_fail_countresponse's property type/format changed fromnumber/integertonumber/for status200response-property-type-changed
- ▲
the
results/oneOf[EvaluationScoreResults]/invalid_score_countresponse's property type/format changed fromnumber/integertonumber/for status200response-property-type-changed
- ▲
the
results/oneOf[EvaluationScoreResults]/judge_fail_countresponse's property type/format changed fromnumber/integertonumber/for status200response-property-type-changed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲