Skip to main content

Compute

Pre-warmed compute pool configuration.

Access it as client.compute on a Strongly client, or the same path on AsyncStrongly with await. All methods exist on both with identical signatures.

Methods

All methods

delete_pre_warmed

delete_pre_warmed(workload_type: str) -> None

Remove the pre-warmed pool for a workload type. Raises on failure.

list_pre_warmed

list_pre_warmed() -> Dict[str, Any]

List the pre-warmed pool configuration for each workload type.

set_pre_warmed

set_pre_warmed(workload_type: str, *, enabled: bool, count: int, instance_category: str, instance_size: str) -> Dict[str, Any]

Set the pre-warmed pool configuration for a workload type.