Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::MigrationService::Paths (v0.10.0)

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

Path helper methods for the MigrationService API.

Methods

#annotated_dataset_path

def annotated_dataset_path(project:, dataset:, annotated_dataset:) -> ::String

Create a fully-qualified AnnotatedDataset resource string.

The resource will be in the following format:

projects/{project}/datasets/{dataset}/annotatedDatasets/{annotated_dataset}

Parameters
  • project (String)
  • dataset (String)
  • annotated_dataset (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#dataset_path

def dataset_path(project:, location:, dataset:) -> ::String
def dataset_path(project:, dataset:) -> ::String

Create a fully-qualified Dataset resource string.

Overloads
def dataset_path(project:, location:, dataset:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/datasets/{dataset}

Parameters
  • project (String)
  • location (String)
  • dataset (String)
def dataset_path(project:, dataset:) -> ::String
The resource will be in the following format:

projects/{project}/datasets/{dataset}

Parameters
  • project (String)
  • dataset (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)

#model_path

def model_path(project:, location:, model:) -> ::String

Create a fully-qualified Model resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/models/{model}

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

#version_path

def version_path(project:, model:, version:) -> ::String

Create a fully-qualified Version resource string.

The resource will be in the following format:

projects/{project}/models/{model}/versions/{version}

Parameters
  • project (String)
  • model (String)
  • version (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)