| Name | Type | Description |
|---|---|---|
feedback_key* | str | The feedback key for the formula. |
aggregation_type* | Literal['sum', 'avg'] | The aggregation type to use when combining parts. |
formula_parts* | Sequence[FeedbackFormulaWeightedVariable | dict] | |
dataset_id | Optional[Union[UUID, str]] | Default: None |
session_id | Optional[Union[UUID, str]] | Default: None |
Create a feedback formula.
The weighted feedback keys included in the formula.
The dataset to scope the formula to.
The session to scope the formula to.