SwitchRuntimeRequest constructor

SwitchRuntimeRequest({
  1. RuntimeAcceleratorConfig? acceleratorConfig,
  2. String? machineType,
  3. String? requestId,
})

Implementation

SwitchRuntimeRequest({
  this.acceleratorConfig,
  this.machineType,
  this.requestId,
});