RuntimeEnvironment constructor

RuntimeEnvironment({
  1. List<String>? additionalExperiments,
  2. Map<String, String>? additionalUserLabels,
  3. bool? bypassTempDirValidation,
  4. int? diskSizeGb,
  5. bool? enableStreamingEngine,
  6. String? ipConfiguration,
  7. String? kmsKeyName,
  8. String? machineType,
  9. int? maxWorkers,
  10. String? network,
  11. int? numWorkers,
  12. String? serviceAccountEmail,
  13. String? subnetwork,
  14. String? tempLocation,
  15. String? workerRegion,
  16. String? workerZone,
  17. String? zone,
})

Implementation

RuntimeEnvironment({
  this.additionalExperiments,
  this.additionalUserLabels,
  this.bypassTempDirValidation,
  this.diskSizeGb,
  this.enableStreamingEngine,
  this.ipConfiguration,
  this.kmsKeyName,
  this.machineType,
  this.maxWorkers,
  this.network,
  this.numWorkers,
  this.serviceAccountEmail,
  this.subnetwork,
  this.tempLocation,
  this.workerRegion,
  this.workerZone,
  this.zone,
});