ExecutionTemplate constructor

ExecutionTemplate({
  1. SchedulerAcceleratorConfig? acceleratorConfig,
  2. String? containerImageUri,
  3. DataprocParameters? dataprocParameters,
  4. String? inputNotebookFile,
  5. String? jobType,
  6. String? kernelSpec,
  7. Map<String, String>? labels,
  8. String? masterType,
  9. String? outputNotebookFolder,
  10. String? parameters,
  11. String? paramsYamlFile,
  12. String? scaleTier,
  13. String? serviceAccount,
  14. String? tensorboard,
  15. VertexAIParameters? vertexAiParameters,
})

Implementation

ExecutionTemplate({
  this.acceleratorConfig,
  this.containerImageUri,
  this.dataprocParameters,
  this.inputNotebookFile,
  this.jobType,
  this.kernelSpec,
  this.labels,
  this.masterType,
  this.outputNotebookFolder,
  this.parameters,
  this.paramsYamlFile,
  this.scaleTier,
  this.serviceAccount,
  this.tensorboard,
  this.vertexAiParameters,
});