PySparkBatch constructor

PySparkBatch({
  1. List<String>? archiveUris,
  2. List<String>? args,
  3. List<String>? fileUris,
  4. List<String>? jarFileUris,
  5. String? mainPythonFileUri,
  6. List<String>? pythonFileUris,
})

Implementation

PySparkBatch({
  this.archiveUris,
  this.args,
  this.fileUris,
  this.jarFileUris,
  this.mainPythonFileUri,
  this.pythonFileUris,
});