Skip to documentation content
On this page
  1. Reference
  2. Contract
  3. Signature

entity_set

Create an entity set using Telion's canonical public terminology.

Reference

FieldValueDescription
symboltelion_api.Model.entity_set
signature(dimension: 'str', label: 'str', entities: 'Iterable[str]' = (), mode: 'str' = 'manual', inputs: 'Iterable[str]' = (), active: 'bool' = True, definition: 'dict[str, Any] | None' = None, tracking: 'str' = 'lineage') -> 'Selection'
returnSelection

Create an entity set using Telion's canonical public terminology.

Contract

PropertyValue
symboltelion_api.Model.entity_set
signature(dimension: 'str', label: 'str', entities: 'Iterable[str]' = (), mode: 'str' = 'manual', inputs: 'Iterable[str]' = (), active: 'bool' = True, definition: 'dict[str, Any] | None' = None, tracking: 'str' = 'lineage') -> 'Selection'
returnSelection

Signature

telion_api.Model.entity_set(dimension: 'str', label: 'str', entities: 'Iterable[str]' = (), mode: 'str' = 'manual', inputs: 'Iterable[str]' = (), active: 'bool' = True, definition: 'dict[str, Any] | None' = None, tracking: 'str' = 'lineage') -> 'Selection'