Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::FeatureOnlineStoreService::Paths.
Path helper methods for the FeatureOnlineStoreService API.
Included In
Methods
#feature_view_path
def feature_view_path(project:, location:, feature_online_store:, feature_view:) -> ::String
Create a fully-qualified FeatureView resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
Parameters
- project (String)
- location (String)
- feature_online_store (String)
- feature_view (String)
Returns
- (::String)
Raises
- (::ArgumentError)