List feedback formulas.
list_feedback_formulas(
self,
*,
dataset_id: Optional[ID_TYPE] = None,
session_id: Optional[ID_TYPE] = None,
limit: Optional[int] = None,
offset: int = 0
) -> Iterator[ls_schemas.FeedbackFormula]| Name | Type | Description |
|---|---|---|
dataset_id | Optional[Union[UUID, str]] | Default: NoneThe ID of the dataset to filter by. |
session_id | Optional[Union[UUID, str]] | Default: NoneThe ID of the session to filter by. |
limit | Optional[int] | Default: NoneThe maximum number of feedback formulas to return. |
offset | int | Default: 0The starting offset for pagination. |