Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::PredictionService::Paths (v0.3.0)

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

Path helper methods for the PredictionService API.

Methods

#endpoint_path

def endpoint_path(project:, location:, endpoint:) -> ::String

Create a fully-qualified Endpoint resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/endpoints/{endpoint}

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