ComputePool
Examples
Python
compute_pool = ComputePool(
name="some_compute_pool",
owner="ACCOUNTADMIN",
min_nodes=2,
max_nodes=10,
instance_family="CPU_X64_S",
auto_resume=True,
initially_suspended=False,
auto_suspend_secs=1800,
comment="Example compute pool"
)YAML
compute_pools:
- name: some_compute_pool
owner: ACCOUNTADMIN
min_nodes: 2
max_nodes: 10
instance_family: CPU_X64_S
auto_resume: true
initially_suspended: false
auto_suspend_secs: 1800
comment: Example compute poolFields
Last updated