API Reference
Log In
API Reference

Vote

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 }
ParameterTypeDescription
upstringCounts all upvotes.
downstringCounts all downvotes.