Optional. Default parameters that will be set for all the execution of this
extension. If specified, the parameter values can be overridden by values
in [[ExecuteExtensionRequest.operation_params]] at request time.
The struct should be in a form of map with param name as the key and actual
param value as the value.
E.g. If this operation requires a param "name" to be set to "abc". you can
set this to something like {"name": "abc"}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eRuntimeConfig\u003c/code\u003e class in the Vertex AI v1beta1 API provides runtime configurations for extensions and is available in the latest version, 1.0.0-beta21.\u003c/p\u003e\n"],["\u003cp\u003eThis class supports inheritance from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRuntimeConfig\u003c/code\u003e offers constructors for creating new instances, either default or by copying another \u003ccode\u003eRuntimeConfig\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eCodeInterpreterRuntimeConfig\u003c/code\u003e, \u003ccode\u003eDefaultParams\u003c/code\u003e, \u003ccode\u003eGoogleFirstPartyExtensionConfigCase\u003c/code\u003e, and \u003ccode\u003eVertexAiSearchRuntimeConfig\u003c/code\u003e to configure various aspects of extension execution.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRuntimeConfig\u003c/code\u003e is designed to manage runtime configurations for different extensions, including the code interpreter and Vertex AI Search, with the ability to set default parameters for these extensions.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class RuntimeConfig (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.RuntimeConfig)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.RuntimeConfig) \n\n public sealed class RuntimeConfig : IMessage\u003cRuntimeConfig\u003e, IEquatable\u003cRuntimeConfig\u003e, IDeepCloneable\u003cRuntimeConfig\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class RuntimeConfig.\n\nRuntime configuration to run the extension. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e RuntimeConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[RuntimeConfig](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.RuntimeConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[RuntimeConfig](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.RuntimeConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[RuntimeConfig](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.RuntimeConfig), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### RuntimeConfig()\n\n public RuntimeConfig()\n\n### RuntimeConfig(RuntimeConfig)\n\n public RuntimeConfig(RuntimeConfig other)\n\nProperties\n----------\n\n### CodeInterpreterRuntimeConfig\n\n public RuntimeConfig.Types.CodeInterpreterRuntimeConfig CodeInterpreterRuntimeConfig { get; set; }\n\nCode execution runtime configurations for code interpreter extension.\n\n### DefaultParams\n\n public Struct DefaultParams { get; set; }\n\nOptional. Default parameters that will be set for all the execution of this\nextension. If specified, the parameter values can be overridden by values\nin \\[\\[ExecuteExtensionRequest.operation_params\\]\\] at request time.\n\nThe struct should be in a form of map with param name as the key and actual\nparam value as the value.\nE.g. If this operation requires a param \"name\" to be set to \"abc\". you can\nset this to something like {\"name\": \"abc\"}.\n\n### GoogleFirstPartyExtensionConfigCase\n\n public RuntimeConfig.GoogleFirstPartyExtensionConfigOneofCase GoogleFirstPartyExtensionConfigCase { get; }\n\n### VertexAiSearchRuntimeConfig\n\n public RuntimeConfig.Types.VertexAISearchRuntimeConfig VertexAiSearchRuntimeConfig { get; set; }\n\nRuntime configuration for Vertex AI Search extension."]]