Skip to main content

Create a score

A score is tied to either a Step or a Generation. Exactly one of the two IDs below is required.
uuid
required
Step id in string format
uuid
required
Generation id in string format
ScoreType
required
Type of score: AI or HUMAN
str
Name in string format
float
Value as float
str
Comment in string format

Return type

Score
Return a Score

Update a score

uuid
required
Id in string format
dict
Dict containing same parameters as create_score

Return type

Score
Return a Score