methodAvailable
create_model_snapshot
Create a model-history snapshot through Telion's runtime command path.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.create_model_snapshot | — |
| signature | (kind: 'str' = 'shallow', label: 'str | None' = None, message: 'str' = '') -> 'dict[str, Any]' | — |
| return | dict[str, Any] | — |
Create a model-history snapshot through Telion's runtime command path.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.create_model_snapshot |
| signature | (kind: 'str' = 'shallow', label: 'str | None' = None, message: 'str' = '') -> 'dict[str, Any]' |
| return | dict[str, Any] |
Signature
telion_api.Model.create_model_snapshot(kind: 'str' = 'shallow', label: 'str | None' = None, message: 'str' = '') -> 'dict[str, Any]'