machineConfig property

String? machineConfig
getter/setter pair

The machine config of the code execution environment. Possible string values are:

  • "MACHINE_CONFIG_UNSPECIFIED" : The default value: milligcu 2000, memory 1.5Gib
  • "MACHINE_CONFIG_VCPU4_RAM4GIB" : The default value: milligcu 4000, memory 4 Gib

Implementation

core.String? machineConfig;