FlexTemplateRuntimeEnvironment constructor
FlexTemplateRuntimeEnvironment({
- List<
String> ? additionalExperiments, - Map<
String, String> ? additionalUserLabels, - String? autoscalingAlgorithm,
- int? diskSizeGb,
- bool? dumpHeapOnOom,
- bool? enableStreamingEngine,
- String? flexrsGoal,
- String? ipConfiguration,
- String? kmsKeyName,
- String? launcherMachineType,
- String? machineType,
- int? maxWorkers,
- String? network,
- int? numWorkers,
- String? saveHeapDumpsToGcsPath,
- String? sdkContainerImage,
- String? serviceAccountEmail,
- String? stagingLocation,
- String? subnetwork,
- String? tempLocation,
- String? workerRegion,
- String? workerZone,
- String? zone,
Implementation
FlexTemplateRuntimeEnvironment({
this.additionalExperiments,
this.additionalUserLabels,
this.autoscalingAlgorithm,
this.diskSizeGb,
this.dumpHeapOnOom,
this.enableStreamingEngine,
this.flexrsGoal,
this.ipConfiguration,
this.kmsKeyName,
this.launcherMachineType,
this.machineType,
this.maxWorkers,
this.network,
this.numWorkers,
this.saveHeapDumpsToGcsPath,
this.sdkContainerImage,
this.serviceAccountEmail,
this.stagingLocation,
this.subnetwork,
this.tempLocation,
this.workerRegion,
this.workerZone,
this.zone,
});