public sealed class RagEmbeddingModelConfig : IMessage<RagEmbeddingModelConfig>, IEquatable<RagEmbeddingModelConfig>, IDeepCloneable<RagEmbeddingModelConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class RagEmbeddingModelConfig.
public RagEmbeddingModelConfig.Types.VertexPredictionEndpoint VertexPredictionEndpoint { get; set; }
The Vertex AI Prediction Endpoint that either refers to a publisher model
or an endpoint that is hosting a 1P fine-tuned text embedding model.
Endpoints hosting non-1P fine-tuned text embedding models are
currently not supported.
This is used for dense vector search.
[[["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\u003eRagEmbeddingModelConfig\u003c/code\u003e class is part of the Vertex AI v1beta1 API, providing configuration for embedding models used in Retrieval-Augmented Generation (RAG).\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and implements several interfaces, including \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\u003eThe latest version of this class is \u003ccode\u003e1.0.0-beta21\u003c/code\u003e, with a previous version of \u003ccode\u003e1.0.0-beta20\u003c/code\u003e also available, it is contained in the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two constructors, a default constructor and another that takes another \u003ccode\u003eRagEmbeddingModelConfig\u003c/code\u003e object as a parameter, allowing the creation of a new instance by copying an existing one.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eHybridSearchConfig\u003c/code\u003e, for hybrid search configurations, and \u003ccode\u003eVertexPredictionEndpoint\u003c/code\u003e, which is used to specify the Vertex AI Prediction Endpoint for dense vector search.\u003c/p\u003e\n"]]],[],null,[]]