RuntimeEnvironment constructor

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

Implementation

RuntimeEnvironment({
  this.additionalExperiments,
  this.additionalUserLabels,
  this.bypassTempDirValidation,
  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,
});