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
data_type (Optional[ScoreDataType]): The data type of the score. When not set, the data type is inferred from the score config's data type, when present.
2452
2460
When no config is set, the data type is inferred from the value's type, i.e. float values are categorized as numeric scores and string values as categorical scores.
2453
2461
comment (Optional[str]): Additional context/explanation of the score.
2462
+
metadata (Optional[Any]): Additional metadata of the score. Can be any JSON object. Metadata is merged when being updated via the API.
2454
2463
id (Optional[str]): The id of the score. If not provided, a new UUID is generated.
2455
2464
config_id (Optional[str]): The id of the score config. When set, the score value is validated against the config. Defaults to None.
2456
2465
**kwargs: Additional keyword arguments to include in the score.
0 commit comments