Cloud AutoML V1beta1 API - Module Google::Cloud::AutoML::V1beta1::AutoML::Paths (v0.14.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud AutoML V1beta1 API module Google::Cloud::AutoML::V1beta1::AutoML::Paths.
Path helper methods for the AutoMl API.
Methods
#annotation_spec_path
def annotation_spec_path(project:, location:, dataset:, annotation_spec:) -> ::String
Create a fully-qualified AnnotationSpec resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}
Parameters
-
project (String)
-
location (String)
-
dataset (String)
-
annotation_spec (String)
#column_spec_path
def column_spec_path(project:, location:, dataset:, table_spec:, column_spec:) -> ::String
Create a fully-qualified ColumnSpec resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/datasets/{dataset}/tableSpecs/{table_spec}/columnSpecs/{column_spec}
Parameters
-
project (String)
-
location (String)
-
dataset (String)
-
table_spec (String)
-
column_spec (String)
#dataset_path
def dataset_path(project:, location:, dataset:) -> ::String
Create a fully-qualified Dataset resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/datasets/{dataset}
Parameters
-
project (String)
-
location (String)
-
dataset (String)
#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)
#model_evaluation_path
def model_evaluation_path(project:, location:, model:, model_evaluation:) -> ::String
Create a fully-qualified ModelEvaluation resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/models/{model}/modelEvaluations/{model_evaluation}
Parameters
-
project (String)
-
location (String)
-
model (String)
-
model_evaluation (String)
#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)
#table_spec_path
def table_spec_path(project:, location:, dataset:, table_spec:) -> ::String
Create a fully-qualified TableSpec resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/datasets/{dataset}/tableSpecs/{table_spec}
Parameters
-
project (String)
-
location (String)
-
dataset (String)
-
table_spec (String)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Cloud AutoML V1beta1 API - Module Google::Cloud::AutoML::V1beta1::AutoML::Paths (v0.14.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.14.1 (latest)](/ruby/docs/reference/google-cloud-automl-v1beta1/latest/Google-Cloud-AutoML-V1beta1-AutoML-Paths)\n- [0.14.0](/ruby/docs/reference/google-cloud-automl-v1beta1/0.14.0/Google-Cloud-AutoML-V1beta1-AutoML-Paths)\n- [0.13.1](/ruby/docs/reference/google-cloud-automl-v1beta1/0.13.1/Google-Cloud-AutoML-V1beta1-AutoML-Paths)\n- [0.12.0](/ruby/docs/reference/google-cloud-automl-v1beta1/0.12.0/Google-Cloud-AutoML-V1beta1-AutoML-Paths)\n- [0.11.1](/ruby/docs/reference/google-cloud-automl-v1beta1/0.11.1/Google-Cloud-AutoML-V1beta1-AutoML-Paths)\n- [0.10.2](/ruby/docs/reference/google-cloud-automl-v1beta1/0.10.2/Google-Cloud-AutoML-V1beta1-AutoML-Paths)\n- [0.9.0](/ruby/docs/reference/google-cloud-automl-v1beta1/0.9.0/Google-Cloud-AutoML-V1beta1-AutoML-Paths)\n- [0.8.0](/ruby/docs/reference/google-cloud-automl-v1beta1/0.8.0/Google-Cloud-AutoML-V1beta1-AutoML-Paths)\n- [0.7.0](/ruby/docs/reference/google-cloud-automl-v1beta1/0.7.0/Google-Cloud-AutoML-V1beta1-AutoML-Paths)\n- [0.6.1](/ruby/docs/reference/google-cloud-automl-v1beta1/0.6.1/Google-Cloud-AutoML-V1beta1-AutoML-Paths)\n- [0.5.5](/ruby/docs/reference/google-cloud-automl-v1beta1/0.5.5/Google-Cloud-AutoML-V1beta1-AutoML-Paths) \nReference documentation and code samples for the Cloud AutoML V1beta1 API module Google::Cloud::AutoML::V1beta1::AutoML::Paths.\n\nPath helper methods for the AutoMl API. \n\nExtended By\n-----------\n\n- [Google::Cloud::AutoML::V1beta1::AutoML::Paths](./Google-Cloud-AutoML-V1beta1-AutoML-Paths)\n\nMethods\n-------\n\n### #annotation_spec_path\n\n def annotation_spec_path(project:, location:, dataset:, annotation_spec:) -\u003e ::String\n\nCreate a fully-qualified AnnotationSpec resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **dataset** (String)\n- **annotation_spec** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #column_spec_path\n\n def column_spec_path(project:, location:, dataset:, table_spec:, column_spec:) -\u003e ::String\n\nCreate a fully-qualified ColumnSpec resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/datasets/{dataset}/tableSpecs/{table_spec}/columnSpecs/{column_spec}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **dataset** (String)\n- **table_spec** (String)\n- **column_spec** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #dataset_path\n\n def dataset_path(project:, location:, dataset:) -\u003e ::String\n\nCreate a fully-qualified Dataset resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/datasets/{dataset}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **dataset** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #location_path\n\n def location_path(project:, location:) -\u003e ::String\n\nCreate a fully-qualified Location resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}` \n**Parameters**\n\n- **project** (String)\n- **location** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #model_evaluation_path\n\n def model_evaluation_path(project:, location:, model:, model_evaluation:) -\u003e ::String\n\nCreate a fully-qualified ModelEvaluation resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/models/{model}/modelEvaluations/{model_evaluation}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **model** (String)\n- **model_evaluation** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #model_path\n\n def model_path(project:, location:, model:) -\u003e ::String\n\nCreate a fully-qualified Model resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/models/{model}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **model** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #table_spec_path\n\n def table_spec_path(project:, location:, dataset:, table_spec:) -\u003e ::String\n\nCreate a fully-qualified TableSpec resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/datasets/{dataset}/tableSpecs/{table_spec}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **dataset** (String)\n- **table_spec** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]