Reference documentation and code samples for the Cloud AutoML V1 API module Google::Cloud::AutoML::V1::AutoML::Paths.
Path helper methods for the AutoMl API.
Extended By
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}
- project (String)
- location (String)
- dataset (String)
- annotation_spec (String)
- (::String)
- (::ArgumentError)
#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}
- project (String)
- location (String)
- dataset (String)
- (::String)
- (::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}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#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}
- project (String)
- location (String)
- model (String)
- model_evaluation (String)
- (::String)
- (::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}
- project (String)
- location (String)
- model (String)
- (::String)
- (::ArgumentError)