| Name | Type | Description |
|---|---|---|
token_or_url* | Union[str, uuid.UUID] | The token or URL from which to create feedback. |
score | Optional[Union[float, int, bool]] | Default: None |
value | Optional[Union[float, int, bool, str, dict]] | Default: None |
correction | Optional[dict] | Default: None |
comment | Optional[str] | Default: None |
metadata | Optional[dict] | Default: None |
Create feedback from a presigned token or URL.
The score of the feedback.
The value of the feedback.
The correction of the feedback.
The comment of the feedback.
Additional metadata for the feedback.