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
#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)
#network_attachment_path
def network_attachment_path(project:, region:, networkattachment:) -> ::String
Create 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:) -> ::String
Create 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)