public sealed class VertexAiSearchConfig : IMessage<VertexAiSearchConfig>, IEquatable<VertexAiSearchConfig>, IDeepCloneable<VertexAiSearchConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class VertexAiSearchConfig.
Vertex AI Search Serving Config resource full name. For example,
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}
or
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}.
[[["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-31 UTC."],[[["The `VertexAiSearchConfig` class is part of the Google Cloud AI Platform v1beta1 API and is used to configure Vertex AI Search."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for comparison, cloning, and efficient data handling."],["It inherits from the `object` class and has methods like `GetHashCode`, `GetType`, and `ToString`."],["The `VertexAiSearchConfig` class has two constructors: a default constructor and a copy constructor that takes another `VertexAiSearchConfig` instance."],["It includes a `ServingConfig` property, a string representing the full resource name of a Vertex AI Search Serving Config."]]],[]]