Reference documentation and code samples for the Document AI V1beta3 API module Google::Cloud::DocumentAI::V1beta3::DocumentService::Paths.
Path helper methods for the DocumentService API.
Methods
#dataset_path
def dataset_path(project:, location:, processor:) -> ::String
Create a fully-qualified Dataset resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/processors/{processor}/dataset
- project (String)
- location (String)
- processor (String)
- (::String)
- (::ArgumentError)
#dataset_schema_path
def dataset_schema_path(project:, location:, processor:) -> ::String
Create a fully-qualified DatasetSchema resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema
- project (String)
- location (String)
- processor (String)
- (::String)
- (::ArgumentError)
#schema_path
def schema_path(project:, location:, schema:) -> ::String
Create a fully-qualified Schema resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/schemas/{schema}
- project (String)
- location (String)
- schema (String)
- (::String)
- (::ArgumentError)