Container Types¶
- class verda.container_types.ContainerTypesService(http_client)[source]¶
Service for interacting with container types.
- get(currency: Literal['usd', 'eur'] = 'usd') list[ContainerType][source]¶
Return all available container types.
- class verda.container_types.ContainerType(id: str, model: str, name: str, instance_type: str, cpu: dict, gpu: dict, gpu_memory: dict, memory: dict, serverless_price: float, serverless_spot_price: float, currency: Literal['usd', 'eur'], manufacturer: str)[source]¶
Container type returned by the public API.