Class GoogleCloudAiplatformV1FeatureViewVertexRagSource
A Vertex Rag source for features that need to be synced to Online Store.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1FeatureViewVertexRagSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RagCorpusId
Optional. The RAG corpus id corresponding to this FeatureView.
Declaration
[JsonProperty("ragCorpusId")]
public virtual long? RagCorpusId { get; set; }
Property Value
Type | Description |
---|---|
long? |
Uri
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: - corpus_id
(STRING, NULLABLE/REQUIRED) -
file_id
(STRING, NULLABLE/REQUIRED) - chunk_id
(STRING, NULLABLE/REQUIRED) - chunk_data_type
(STRING,
NULLABLE/REQUIRED) - chunk_data
(STRING, NULLABLE/REQUIRED) - embeddings
(FLOAT, REPEATED) -
file_original_uri
(STRING, NULLABLE/REQUIRED)
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |