Cloud AI Platform v1beta1 API - Class RagVectorDbConfig.Types.VertexFeatureStore (1.0.0-beta03)

public sealed class RagVectorDbConfig.Types.VertexFeatureStore : IMessage<RagVectorDbConfig.Types.VertexFeatureStore>, IEquatable<RagVectorDbConfig.Types.VertexFeatureStore>, IDeepCloneable<RagVectorDbConfig.Types.VertexFeatureStore>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class RagVectorDbConfig.Types.VertexFeatureStore.

The config for the Vertex Feature Store.

Inheritance

object > RagVectorDbConfig.Types.VertexFeatureStore

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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