Overview
Users can vote to validate job results. They can upvote or downvote the results to let other users know how a model performed on a specific input item’s inference.
The Results service provides the APIs needed to upvote, downvote, remove votes, and see vote results.
The votes object
{
"up": 1,
"down": 0
}
Parameter | Type | Description |
---|---|---|
up | string | Counts all upvotes. |
down | string | Counts all downvotes. |