methodAvailable
clone_model_snapshot
Clone an existing model-history snapshot through Telion.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.clone_model_snapshot | — |
| signature | (source: 'str', label: 'str | None' = None) -> 'dict[str, Any]' | — |
| return | dict[str, Any] | — |
Clone an existing model-history snapshot through Telion.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.clone_model_snapshot |
| signature | (source: 'str', label: 'str | None' = None) -> 'dict[str, Any]' |
| return | dict[str, Any] |
Signature
telion_api.Model.clone_model_snapshot(source: 'str', label: 'str | None' = None) -> 'dict[str, Any]'