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

create_model_snapshot

Create a model-history snapshot through Telion's runtime command path.

Create a model-history snapshot through Telion's runtime command path.

Contract

PropertyValue
symboltelion_api.Model.create_model_snapshot
signature(kind: 'str' = 'shallow', label: 'str | None' = None, message: 'str' = '') -> 'dict[str, Any]'
returndict[str, Any]

Signature

telion_api.Model.create_model_snapshot(kind: 'str' = 'shallow', label: 'str | None' = None, message: 'str' = '') -> 'dict[str, Any]'
create_model_snapshot — Telion Python API 0.1.0-alpha | Telion