You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The annotation queue referenced by the score. Indicates if score was initially created while processing annotation queue.
41
+
"""
42
+
38
43
value: CreateScoreValue=pydantic_v1.Field()
39
44
"""
40
45
The value of the score. Must be passed as string for categorical scores, and numeric for boolean and numeric scores. Boolean score values must equal either 1 or 0 (true or false)
0 commit comments