Class GoogleCloudAiplatformV1beta1RagVectorDbConfigVertexFeatureStore
The config for the Vertex Feature Store.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RagVectorDbConfigVertexFeatureStore : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FeatureViewResourceName
The resource name of the FeatureView. Format:
projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
Declaration
[JsonProperty("featureViewResourceName")]
public virtual string FeatureViewResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |