Cluster Types¶
- class verda.cluster_types.ClusterTypesService(http_client)[source]¶
Service for interacting with cluster types.
- get(currency: Literal['usd', 'eur'] = 'usd') list[ClusterType][source]¶
Return all available cluster types.
- class verda.cluster_types.ClusterType(id: str, model: str, name: str, cluster_type: str, cpu: dict, gpu: dict, gpu_memory: dict, memory: dict, price_per_hour: float, currency: Literal['usd', 'eur'], manufacturer: str, node_details: list[str], supported_os: list[str])[source]¶
Cluster type returned by the public API.