RuntimeSoftwareConfig constructor

RuntimeSoftwareConfig({
  1. String? customGpuDriverPath,
  2. bool? disableTerminal,
  3. bool? enableHealthMonitoring,
  4. bool? idleShutdown,
  5. int? idleShutdownTimeout,
  6. bool? installGpuDriver,
  7. List<ContainerImage>? kernels,
  8. bool? mixerDisabled,
  9. String? notebookUpgradeSchedule,
  10. String? postStartupScript,
  11. String? postStartupScriptBehavior,
  12. bool? upgradeable,
  13. String? version,
})

Implementation

RuntimeSoftwareConfig({
  this.customGpuDriverPath,
  this.disableTerminal,
  this.enableHealthMonitoring,
  this.idleShutdown,
  this.idleShutdownTimeout,
  this.installGpuDriver,
  this.kernels,
  this.mixerDisabled,
  this.notebookUpgradeSchedule,
  this.postStartupScript,
  this.postStartupScriptBehavior,
  this.upgradeable,
  this.version,
});