Skip to content

Massed Compute

sky.MassedCompute creates an account descriptor for the massed_compute provider kind. Use image_id and request_timeout to control the account configuration.

import skyward as sky

provider = sky.MassedCompute(name="production")

skyward.MassedCompute

Bases: Provider

Massed Compute.

kind = 'massed_compute' class-attribute

api_key = None class-attribute instance-attribute

image_id = 184 class-attribute instance-attribute

request_timeout = 30 class-attribute instance-attribute