Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::FeaturestoreService::Paths (v0.18.0)

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

Path helper methods for the FeaturestoreService API.

Methods

#entity_type_path

def entity_type_path(project:, location:, featurestore:, entity_type:) -> ::String

Create a fully-qualified EntityType resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}

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

#feature_path

def feature_path(project:, location:, featurestore:, entity_type:, feature:) -> ::String

Create a fully-qualified Feature resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}

Parameters
  • project (String)
  • location (String)
  • featurestore (String)
  • entity_type (String)
  • feature (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#featurestore_path

def featurestore_path(project:, location:, featurestore:) -> ::String

Create a fully-qualified Featurestore resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/featurestores/{featurestore}

Parameters
  • project (String)
  • location (String)
  • featurestore (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)