RuntimeConfig_CodeInterpreterRuntimeConfig constructor

RuntimeConfig_CodeInterpreterRuntimeConfig({
  1. String fileInputGcsBucket = '',
  2. String fileOutputGcsBucket = '',
})

Implementation

RuntimeConfig_CodeInterpreterRuntimeConfig({
  this.fileInputGcsBucket = '',
  this.fileOutputGcsBucket = '',
}) : super(fullyQualifiedName);