Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::TensorboardService::Paths (v0.6.0)

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

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

#tensorboard_experiment_path

def tensorboard_experiment_path(project:, location:, tensorboard:, experiment:) -> ::String

Create a fully-qualified TensorboardExperiment resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}

Parameters
  • project (String)
  • location (String)
  • tensorboard (String)
  • experiment (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#tensorboard_path

def tensorboard_path(project:, location:, tensorboard:) -> ::String

Create a fully-qualified Tensorboard resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/tensorboards/{tensorboard}

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

#tensorboard_run_path

def tensorboard_run_path(project:, location:, tensorboard:, experiment:, run:) -> ::String

Create a fully-qualified TensorboardRun resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}

Parameters
  • project (String)
  • location (String)
  • tensorboard (String)
  • experiment (String)
  • run (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#tensorboard_time_series_path

def tensorboard_time_series_path(project:, location:, tensorboard:, experiment:, run:, time_series:) -> ::String

Create a fully-qualified TensorboardTimeSeries resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}

Parameters
  • project (String)
  • location (String)
  • tensorboard (String)
  • experiment (String)
  • run (String)
  • time_series (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)