WorkerSettings constructor

WorkerSettings({
  1. String? baseUrl,
  2. bool? reportingEnabled,
  3. String? servicePath,
  4. String? shuffleServicePath,
  5. String? tempStoragePrefix,
  6. String? workerId,
})

Implementation

WorkerSettings({
  this.baseUrl,
  this.reportingEnabled,
  this.servicePath,
  this.shuffleServicePath,
  this.tempStoragePrefix,
  this.workerId,
});