public sealed class RuntimeConfig.Types.VertexAISearchRuntimeConfig : IMessage<RuntimeConfig.Types.VertexAISearchRuntimeConfig>, IEquatable<RuntimeConfig.Types.VertexAISearchRuntimeConfig>, IDeepCloneable<RuntimeConfig.Types.VertexAISearchRuntimeConfig>, IBufferMessage, IMessage
Optional. Vertex AI Search engine ID. This is used to construct the
search request. By setting this engine_id, API will construct the serving
config using the default value to call search API for the user. The
engine_id and serving_config_name cannot both be empty at the same time.
[[["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\u003eVertexAISearchRuntimeConfig\u003c/code\u003e class, found in the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace, is a sealed class that implements interfaces for message handling, equality comparison, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the \u003ccode\u003eobject\u003c/code\u003e class and provides functionality for configuring the runtime settings for Vertex AI Search within the Google Cloud AI Platform.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for creating a \u003ccode\u003eVertexAISearchRuntimeConfig\u003c/code\u003e object: a default constructor and one that takes another \u003ccode\u003eVertexAISearchRuntimeConfig\u003c/code\u003e object as a parameter for copying.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties \u003ccode\u003eEngineId\u003c/code\u003e and \u003ccode\u003eServingConfigName\u003c/code\u003e, which are both strings and allow for configuring the Vertex AI Search engine ID and serving config name, respectively, noting that at least one of them must be provided.\u003c/p\u003e\n"]]],[],null,[]]