Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API module Google::Cloud::DataLabeling::V1beta1::DataLabelingService::Paths.
Path helper methods for the DataLabelingService 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}
- project (String)
- dataset (String)
- annotated_dataset (String)
- (::String)
- (::ArgumentError)
#annotation_spec_set_path
def annotation_spec_set_path(project:, annotation_spec_set:) -> ::String
Create a fully-qualified AnnotationSpecSet resource string.
The resource will be in the following format:
projects/{project}/annotationSpecSets/{annotation_spec_set}
- project (String)
- annotation_spec_set (String)
- (::String)
- (::ArgumentError)
#data_item_path
def data_item_path(project:, dataset:, data_item:) -> ::String
Create a fully-qualified DataItem resource string.
The resource will be in the following format:
projects/{project}/datasets/{dataset}/dataItems/{data_item}
- project (String)
- dataset (String)
- data_item (String)
- (::String)
- (::ArgumentError)
#dataset_path
def dataset_path(project:, dataset:) -> ::String
Create a fully-qualified Dataset resource string.
The resource will be in the following format:
projects/{project}/datasets/{dataset}
- project (String)
- dataset (String)
- (::String)
- (::ArgumentError)
#evaluation_job_path
def evaluation_job_path(project:, evaluation_job:) -> ::String
Create a fully-qualified EvaluationJob resource string.
The resource will be in the following format:
projects/{project}/evaluationJobs/{evaluation_job}
- project (String)
- evaluation_job (String)
- (::String)
- (::ArgumentError)
#evaluation_path
def evaluation_path(project:, dataset:, evaluation:) -> ::String
Create a fully-qualified Evaluation resource string.
The resource will be in the following format:
projects/{project}/datasets/{dataset}/evaluations/{evaluation}
- project (String)
- dataset (String)
- evaluation (String)
- (::String)
- (::ArgumentError)
#example_path
def example_path(project:, dataset:, annotated_dataset:, example:) -> ::String
Create a fully-qualified Example resource string.
The resource will be in the following format:
projects/{project}/datasets/{dataset}/annotatedDatasets/{annotated_dataset}/examples/{example}
- project (String)
- dataset (String)
- annotated_dataset (String)
- example (String)
- (::String)
- (::ArgumentError)
#instruction_path
def instruction_path(project:, instruction:) -> ::String
Create a fully-qualified Instruction resource string.
The resource will be in the following format:
projects/{project}/instructions/{instruction}
- project (String)
- instruction (String)
- (::String)
- (::ArgumentError)
#project_path
def project_path(project:) -> ::String
Create a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
- project (String)
- (::String)