EstimatedVMPrice Class

The estimated price info for using a VM of a particular OS type, tier, etc.

All required parameters must be populated in order to send to Azure.

Inheritance
EstimatedVMPrice

Constructor

EstimatedVMPrice(*, retail_price: float, os_type: Union[str, azure.mgmt.machinelearningservices.models._azure_machine_learning_workspaces_enums.VMPriceOSType], vm_tier: Union[str, azure.mgmt.machinelearningservices.models._azure_machine_learning_workspaces_enums.VMTier], **kwargs)

Parameters

retail_price
float
Required

Required. The price charged for using the VM.

os_type
str or VMPriceOSType
Required

Required. Operating system type used by the VM. Possible values include: "Linux", "Windows".

vm_tier
str or VMTier
Required

Required. The type of the VM. Possible values include: "Standard", "LowPriority", "Spot".