ExternalRuntimeOptions constructor

ExternalRuntimeOptions({
  1. double? containerCpu,
  2. String? containerMemory,
  3. String? maxBatchingRows,
  4. String? runtimeConnection,
  5. String? runtimeVersion,
})

Implementation

ExternalRuntimeOptions({
  this.containerCpu,
  this.containerMemory,
  this.maxBatchingRows,
  this.runtimeConnection,
  this.runtimeVersion,
});