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

feature

Create or replace a model feature by category/kind. This is the stable low-level API. New Telion feature families can be addressed by category without requiring a new Python method.

Reference contract

FieldValueDescription
symboltelion_api.Model.feature
signature(category: 'str', kind: 'str', label: 'str | None' = None, parent: 'str | None' = None, **fields: 'Any') -> 'Feature'
returnFeature

Create or replace a model feature by category/kind. This is the stable low-level API. New Telion feature families can be addressed by category without requiring a new Python method.

Contract

PropertyValue
symboltelion_api.Model.feature
signature(category: 'str', kind: 'str', label: 'str | None' = None, parent: 'str | None' = None, **fields: 'Any') -> 'Feature'
returnFeature

Signature

telion_api.Model.feature(category: 'str', kind: 'str', label: 'str | None' = None, parent: 'str | None' = None, **fields: 'Any') -> 'Feature'

Authoritative source

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