methodAvailable
feature_definition
Create a portable feature definition from a feature handle or raw row.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.feature_definition | — |
| signature | (feature: 'Feature | dict[str, Any]', include_children: 'bool' = True) -> 'dict[str, Any]' | — |
| return | dict[str, Any] | — |
Create a portable feature definition from a feature handle or raw row.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.feature_definition |
| signature | (feature: 'Feature | dict[str, Any]', include_children: 'bool' = True) -> 'dict[str, Any]' |
| return | dict[str, Any] |
Signature
telion_api.Model.feature_definition(feature: 'Feature | dict[str, Any]', include_children: 'bool' = True) -> 'dict[str, Any]'