aleph.toolkit.constants module

class aleph.toolkit.constants.ProductPriceType(*values)[source]

Bases: str, Enum

INSTANCE = 'instance'
INSTANCE_CONFIDENTIAL = 'instance_confidential'
INSTANCE_GPU_PREMIUM = 'instance_gpu_premium'
INSTANCE_GPU_STANDARD = 'instance_gpu_standard'
PROGRAM = 'program'
PROGRAM_PERSISTENT = 'program_persistent'
STORAGE = 'storage'
WEB3_HOSTING = 'web3_hosting'