Skip to main content

environment

Environment models for Datalayer.

Provides data structures for environment management in Datalayer environments.

class EnvironmentModel(*, name: str, title: str, burning_rate: float, language: str, owner: str, visibility: str, metadata: Optional[Dict[str, Any]] = None) -> None

Pydantic model representing a Datalayer environment.

Provides information about available computing environments including resources, packages, and configuration details.