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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This document provides details on the `VertexAISearchRuntimeConfig` class, which is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace within the .NET library."],["`VertexAISearchRuntimeConfig` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The class includes two constructors: a default constructor and one that accepts another `VertexAISearchRuntimeConfig` object, allowing for the creation of new instances and the cloning of existing ones."],["Key properties of this class include `EngineId`, which represents the Vertex AI Search engine ID, and `ServingConfigName`, which specifies the Vertex AI Search serving configuration."],["The class inherits members from the `object` class, including methods like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]