Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::VizierService::Paths (v0.5.0)

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

Path helper methods for the VizierService API.

Methods

#custom_job_path

def custom_job_path(project:, location:, custom_job:) -> ::String

Create a fully-qualified CustomJob resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/customJobs/{custom_job}

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

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

#study_path

def study_path(project:, location:, study:) -> ::String

Create a fully-qualified Study resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/studies/{study}

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

#trial_path

def trial_path(project:, location:, study:, trial:) -> ::String

Create a fully-qualified Trial resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/studies/{study}/trials/{trial}

Parameters
  • project (String)
  • location (String)
  • study (String)
  • trial (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)