Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::SessionService::Paths (v1.37.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::SessionService::Paths.

Path helper methods for the SessionService API.

Methods

#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)

#session_event_path

def session_event_path(project:, location:, reasoning_engine:, session:, event:) -> ::String

Create a fully-qualified SessionEvent resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}/events/{event}

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

#session_path

def session_path(project:, location:, reasoning_engine:, session:) -> ::String

Create a fully-qualified Session resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}

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