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.
Included In
Methods
#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)
#session_event_path
def session_event_path(project:, location:, reasoning_engine:, session:, event:) -> ::StringCreate 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}
- project (String)
- location (String)
- reasoning_engine (String)
- session (String)
- event (String)
- (::String)
- (::ArgumentError)
#session_path
def session_path(project:, location:, reasoning_engine:, session:) -> ::StringCreate a fully-qualified Session resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
- project (String)
- location (String)
- reasoning_engine (String)
- session (String)
- (::String)
- (::ArgumentError)