ExternalRuntimeOptions constructor

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

Implementation

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