Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::ReasoningEngineService::Paths (v0.62.0)

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.

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}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
  • reasoning_engine (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)