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

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

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'