public sealed class RagVectorDbConfig.Types.VertexFeatureStore : IMessage<RagVectorDbConfig.Types.VertexFeatureStore>, IEquatable<RagVectorDbConfig.Types.VertexFeatureStore>, IDeepCloneable<RagVectorDbConfig.Types.VertexFeatureStore>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class RagVectorDbConfig.Types.VertexFeatureStore.
The config for the Vertex Feature Store.
Implements
IMessageRagVectorDbConfigTypesVertexFeatureStore, IEquatableRagVectorDbConfigTypesVertexFeatureStore, IDeepCloneableRagVectorDbConfigTypesVertexFeatureStore, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
VertexFeatureStore()
public VertexFeatureStore()VertexFeatureStore(VertexFeatureStore)
public VertexFeatureStore(RagVectorDbConfig.Types.VertexFeatureStore other)| Parameter | |
|---|---|
| Name | Description |
other |
RagVectorDbConfigTypesVertexFeatureStore |
Properties
FeatureViewResourceName
public string FeatureViewResourceName { get; set; }The resource name of the FeatureView.
Format:
projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
| Property Value | |
|---|---|
| Type | Description |
string |
|