methodAvailable
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
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.feature | — |
| signature | (category: 'str', kind: 'str', label: 'str | None' = None, parent: 'str | None' = None, **fields: 'Any') -> 'Feature' | — |
| return | 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.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.feature |
| signature | (category: 'str', kind: 'str', label: 'str | None' = None, parent: 'str | None' = None, **fields: 'Any') -> 'Feature' |
| return | Feature |
Signature
telion_api.Model.feature(category: 'str', kind: 'str', label: 'str | None' = None, parent: 'str | None' = None, **fields: 'Any') -> 'Feature'