methodAvailable
entity_set
Create an entity set using Telion's canonical public terminology.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_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' | — |
| return | Selection | — |
Create an entity set using Telion's canonical public terminology.
Contract
| Property | Value |
|---|---|
| symbol | telion_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' |
| return | Selection |
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'