RuntimeSoftwareConfig constructor
RuntimeSoftwareConfig({
- String? customGpuDriverPath,
- bool? disableTerminal,
- bool? enableHealthMonitoring,
- bool? idleShutdown,
- int? idleShutdownTimeout,
- bool? installGpuDriver,
- List<
ContainerImage> ? kernels, - bool? mixerDisabled,
- String? notebookUpgradeSchedule,
- String? postStartupScript,
- String? postStartupScriptBehavior,
- bool? upgradeable,
- 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,
});