| Name | Type | Description |
|---|---|---|
run_id* | Optional[ls_client.ID_TYPE] | The ID of the run to provide feedback for. Can be |
key* | str | The name of the metric or aspect this feedback is about. |
score | Optional[float] | Default: None |
value | Union[float, int, bool, str, dict, None] | Default: None |
comment | Optional[str] | Default: None |
**kwargs | Any | Default: {} |
Create feedback for a run.
The score to rate this run on the metric or aspect.
The display value or non-numeric value for this feedback.
A comment about this feedback.
Additional keyword arguments to include in the feedback data.