RuntimeConfig constructor
RuntimeConfig({
- RuntimeConfig_CodeInterpreterRuntimeConfig? codeInterpreterRuntimeConfig,
- RuntimeConfig_VertexAisearchRuntimeConfig? vertexAiSearchRuntimeConfig,
- Struct? defaultParams,
Implementation
RuntimeConfig({
this.codeInterpreterRuntimeConfig,
this.vertexAiSearchRuntimeConfig,
this.defaultParams,
}) : super(fullyQualifiedName);