Cloud AI Platform v1beta1 API - Class FeatureView.Types.VertexRagSource (1.0.0-beta02)

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.

Inheritance

object > FeatureView.Types.VertexRagSource

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

VertexRagSource()

public VertexRagSource()

VertexRagSource(VertexRagSource)

public VertexRagSource(FeatureView.Types.VertexRagSource other)
Parameter
Name Description
other FeatureViewTypesVertexRagSource

Properties

RagCorpusId

public long RagCorpusId { get; set; }

Optional. The RAG corpus id corresponding to this FeatureView.

Property Value
Type Description
long

Uri

public string Uri { get; set; }

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)
Property Value
Type Description
string