VirtualMachine type

A Machine Learning compute based on Azure Virtual Machines.

type VirtualMachine = Compute & {
  computeType: "VirtualMachine"
  properties?: VirtualMachineProperties
}