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

entity_set

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

Reference contract

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'

Authoritative source

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