Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::ReasoningEngineService::Paths.
Path helper methods for the ReasoningEngineService API.
Included In
Methods
#git_repository_link_path
def git_repository_link_path(project:, location:, connection:, git_repository_link:) -> ::StringCreate a fully-qualified GitRepositoryLink resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/connections/{connection}/gitRepositoryLinks/{git_repository_link}
- project (String)
- location (String)
- connection (String)
- git_repository_link (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#network_attachment_path
def network_attachment_path(project:, region:, networkattachment:) -> ::StringCreate a fully-qualified NetworkAttachment resource string.
The resource will be in the following format:
projects/{project}/regions/{region}/networkAttachments/{networkattachment}
- project (String)
- region (String)
- networkattachment (String)
- (::String)
- (::ArgumentError)
#reasoning_engine_path
def reasoning_engine_path(project:, location:, reasoning_engine:) -> ::StringCreate a fully-qualified ReasoningEngine resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
- project (String)
- location (String)
- reasoning_engine (String)
- (::String)
- (::ArgumentError)