Skip to main content

runtime_snapshot

Runtime snapshot model for Datalayer.

Provides data structures for runtime snapshot management in Datalayer environments.

class RuntimeSnapshotModel(*, uid: str, name: str, description: str, environment: str, metadata: Dict[str, Any]) -> None

Pydantic model representing a snapshot of a Datalayer runtime state.

This model contains all the data fields and configuration parameters for a runtime snapshot, separate from the service logic.