Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Signature
  4. Authoritative source

create_model_snapshot

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

Reference contract

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

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]'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Model.create_model_snapshot
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Model.create_model_snapshot