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 Cloud AI Platform 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-25 UTC."],[[["This document provides reference information for the `FeatureView.Types.VertexRagSource` class within the Google Cloud AI Platform v1beta1 API, specifically in version 1.0.0-beta09 and up to 1.0.0-beta21."],["`VertexRagSource` is designed for managing features that are synchronized to an Online Store and serves as a source for Vertex Rag within the AI Platform."],["The `VertexRagSource` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`VertexRagSource` has properties to define a `RagCorpusId` of type long and a `Uri` of type string, where the Uri refers to the BigQuery location of the data."],["The provided content showcases the use of two constructors, one to initialize the object, and another to take in an existing `FeatureView.Types.VertexRagSource` object, alongside detailed descriptions of properties and their value types."]]],[]]