public sealed class FeatureView.Types.VertexRagSource : IMessage<FeatureView.Types.VertexRagSource>, IEquatable<FeatureView.Types.VertexRagSource>, IDeepCloneable<FeatureView.Types.VertexRagSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class FeatureView.Types.VertexRagSource.
A Vertex Rag source for features that need to be synced to Online
Store.
Required. The BigQuery view/table URI that will be materialized on each
manual sync trigger. The table/view is expected to have the following
columns and types at least:
[[["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-21 UTC."],[[["This documentation provides details for the `FeatureView.Types.VertexRagSource` class within the Vertex AI v1beta1 API, used for syncing features to an Online Store."],["The `VertexRagSource` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Two constructors are available for `VertexRagSource`: a default constructor, and one that accepts another `VertexRagSource` object as a parameter."],["Key properties of the `VertexRagSource` class include `RagCorpusId` (a long integer representing the RAG corpus ID) and `Uri` (a string representing the BigQuery table/view URI)."],["The BigQuery table or view specified by the `Uri` property must include several specific columns with their corresponding types, such as `corpus_id`, `file_id`, `chunk_id`, `chunk_data_type`, `chunk_data`, `embeddings`, and `file_original_uri`."]]],[]]