Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::FeaturestoreOnlineServingService::Paths.
Path helper methods for the FeaturestoreOnlineServingService API.
Included In
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)