methodAvailable
evaluation_table
Evaluate several result expressions and publish them as a Telion table. ``expressions`` can be a list of expressions or a mapping from label to expression. Each row is evaluated with the same reduction operator and cell selection, then persisted through the normal ``create_table`` command path.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.evaluation_table | — |
| signature | (name: 'str', expressions: 'Iterable[str] | dict[str, str]', operator: 'str' = 'average', dataset: 'str | None' = None, location: 'str | None' = None, cells: 'Iterable[int] | None' = None) -> 'Table' | — |
| return | Table | — |
Evaluate several result expressions and publish them as a Telion table. expressions can be a list of expressions or a mapping from label to expression. Each row is evaluated with the same reduction operator and cell selection, then persisted through the normal create_table command path.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.evaluation_table |
| signature | (name: 'str', expressions: 'Iterable[str] | dict[str, str]', operator: 'str' = 'average', dataset: 'str | None' = None, location: 'str | None' = None, cells: 'Iterable[int] | None' = None) -> 'Table' |
| return | Table |
Signature
telion_api.Model.evaluation_table(name: 'str', expressions: 'Iterable[str] | dict[str, str]', operator: 'str' = 'average', dataset: 'str | None' = None, location: 'str | None' = None, cells: 'Iterable[int] | None' = None) -> 'Table'