Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Signature
  4. Authoritative source

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

FieldValueDescription
symboltelion_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'
returnTable

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

PropertyValue
symboltelion_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'
returnTable

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'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Model.evaluation_table
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Model.evaluation_table