Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::PredictionService::Paths.
Path helper methods for the PredictionService API.
Included In
Methods
#cached_content_path
def cached_content_path(project:, location:, cached_content:) -> ::String
Create a fully-qualified CachedContent resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/cachedContents/{cached_content}
- project (String)
- location (String)
- cached_content (String)
- (::String)
- (::ArgumentError)
#endpoint_path
def endpoint_path(project:, location:, endpoint:) -> ::String
def endpoint_path(project:, location:, publisher:, model:) -> ::String
Create a fully-qualified Endpoint resource string.
def endpoint_path(project:, location:, endpoint:) -> ::String
projects/{project}/locations/{location}/endpoints/{endpoint}
- project (String)
- location (String)
- endpoint (String)
def endpoint_path(project:, location:, publisher:, model:) -> ::String
projects/{project}/locations/{location}/publishers/{publisher}/models/{model}
- project (String)
- location (String)
- publisher (String)
- model (String)
- (::String)
- (::ArgumentError)
#rag_corpus_path
def rag_corpus_path(project:, location:, rag_corpus:) -> ::String
Create a fully-qualified RagCorpus resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/ragCorpora/{rag_corpus}
- project (String)
- location (String)
- rag_corpus (String)
- (::String)
- (::ArgumentError)
#template_path
def template_path(project:, location:, template:) -> ::String
Create a fully-qualified Template resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/templates/{template}
- project (String)
- location (String)
- template (String)
- (::String)
- (::ArgumentError)