Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Paths (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Paths.

Path helper methods for the FeatureOnlineStoreAdminService API.

Methods

#feature_online_store_path

def feature_online_store_path(project:, location:, feature_online_store:) -> ::String

Create a fully-qualified FeatureOnlineStore resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}

Parameters
  • project (String)
  • location (String)
  • feature_online_store (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#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)

#feature_view_sync_path

def feature_view_sync_path(project:, location:, feature_online_store:, feature_view:) -> ::String

Create a fully-qualified FeatureViewSync resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/feature_view_sync

Parameters
  • project (String)
  • location (String)
  • feature_online_store (String)
  • feature_view (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#location_path

def location_path(project:, location:) -> ::String

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)