RuntimeConfig constructor

RuntimeConfig({
  1. RuntimeConfig_CodeInterpreterRuntimeConfig? codeInterpreterRuntimeConfig,
  2. RuntimeConfig_VertexAisearchRuntimeConfig? vertexAiSearchRuntimeConfig,
  3. Struct? defaultParams,
})

Implementation

RuntimeConfig({
  this.codeInterpreterRuntimeConfig,
  this.vertexAiSearchRuntimeConfig,
  this.defaultParams,
}) : super(fullyQualifiedName);