FlexTemplateRuntimeEnvironment constructor

FlexTemplateRuntimeEnvironment({
  1. List<String>? additionalExperiments,
  2. Map<String, String>? additionalUserLabels,
  3. String? autoscalingAlgorithm,
  4. int? diskSizeGb,
  5. bool? dumpHeapOnOom,
  6. bool? enableStreamingEngine,
  7. String? flexrsGoal,
  8. String? ipConfiguration,
  9. String? kmsKeyName,
  10. String? launcherMachineType,
  11. String? machineType,
  12. int? maxWorkers,
  13. String? network,
  14. int? numWorkers,
  15. String? saveHeapDumpsToGcsPath,
  16. String? sdkContainerImage,
  17. String? serviceAccountEmail,
  18. String? stagingLocation,
  19. String? subnetwork,
  20. String? tempLocation,
  21. String? workerRegion,
  22. String? workerZone,
  23. 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,
});