public static interface RagVectorDbConfig.VertexFeatureStoreOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFeatureViewResourceName()
public abstract String getFeatureViewResourceName()
The resource name of the FeatureView.
Format:
projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
string feature_view_resource_name = 1;
Returns | |
---|---|
Type | Description |
String |
The featureViewResourceName. |
getFeatureViewResourceNameBytes()
public abstract ByteString getFeatureViewResourceNameBytes()
The resource name of the FeatureView.
Format:
projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
string feature_view_resource_name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for featureViewResourceName. |