Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::GroundedGenerationService::Paths.
Path helper methods for the GroundedGenerationService API.
Methods
#grounding_config_path
def grounding_config_path(project:, location:, grounding_config:) -> ::String
Create a fully-qualified GroundingConfig resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/groundingConfigs/{grounding_config}
- project (String)
- location (String)
- grounding_config (String)
- (::String)
- (::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}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#serving_config_path
def serving_config_path(project:, location:, data_store:, serving_config:) -> ::String
def serving_config_path(project:, location:, collection:, data_store:, serving_config:) -> ::String
def serving_config_path(project:, location:, collection:, engine:, serving_config:) -> ::String
Create a fully-qualified ServingConfig resource string.
def serving_config_path(project:, location:, data_store:, serving_config:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}/servingConfigs/{serving_config}
- project (String)
- location (String)
- data_store (String)
- serving_config (String)
def serving_config_path(project:, location:, collection:, data_store:, serving_config:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}
- project (String)
- location (String)
- collection (String)
- data_store (String)
- serving_config (String)
def serving_config_path(project:, location:, collection:, engine:, serving_config:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}
- project (String)
- location (String)
- collection (String)
- engine (String)
- serving_config (String)
- (::String)
- (::ArgumentError)