Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::SpecialistPoolService::Paths (v0.4.0)

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

Path helper methods for the SpecialistPoolService 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)

#specialist_pool_path

def specialist_pool_path(project:, location:, specialist_pool:) -> ::String

Create a fully-qualified SpecialistPool resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/specialistPools/{specialist_pool}

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