Environment constructor

Environment({
  1. String? clusterManagerApiService,
  2. String? dataset,
  3. DebugOptions? debugOptions,
  4. List<String>? experiments,
  5. String? flexResourceSchedulingGoal,
  6. Map<String, Object?>? internalExperiments,
  7. Map<String, Object?>? sdkPipelineOptions,
  8. String? serviceAccountEmail,
  9. String? serviceKmsKeyName,
  10. List<String>? serviceOptions,
  11. String? shuffleMode,
  12. String? tempStoragePrefix,
  13. Map<String, Object?>? userAgent,
  14. Map<String, Object?>? version,
  15. List<WorkerPool>? workerPools,
  16. String? workerRegion,
  17. String? workerZone,
})

Implementation

Environment({
  this.clusterManagerApiService,
  this.dataset,
  this.debugOptions,
  this.experiments,
  this.flexResourceSchedulingGoal,
  this.internalExperiments,
  this.sdkPipelineOptions,
  this.serviceAccountEmail,
  this.serviceKmsKeyName,
  this.serviceOptions,
  this.shuffleMode,
  this.tempStoragePrefix,
  this.userAgent,
  this.version,
  this.workerPools,
  this.workerRegion,
  this.workerZone,
});