Reference documentation and code samples for the Vision AI V1 API module Google::Cloud::VisionAI::V1::AppPlatform::Paths.
Path helper methods for the AppPlatform API.
Extended By
Methods
#application_path
def application_path(project:, location:, application:) -> ::String
Create a fully-qualified Application resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/applications/{application}
- project (String)
- location (String)
- application (String)
- (::String)
- (::ArgumentError)
#draft_path
def draft_path(project:, location:, application:, draft:) -> ::String
Create a fully-qualified Draft resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/applications/{application}/drafts/{draft}
- project (String)
- location (String)
- application (String)
- draft (String)
- (::String)
- (::ArgumentError)
#instance_path
def instance_path(project:, location:, application:, instance:) -> ::String
Create a fully-qualified Instance resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/applications/{application}/instances/{instance}
- project (String)
- location (String)
- application (String)
- instance (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)
#processor_path
def processor_path(project:, location:, processor:) -> ::String
Create a fully-qualified Processor resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/processors/{processor}
- project (String)
- location (String)
- processor (String)
- (::String)
- (::ArgumentError)
#stream_path
def stream_path(project:, location:, cluster:, stream:) -> ::String
Create a fully-qualified Stream resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/clusters/{cluster}/streams/{stream}
- project (String)
- location (String)
- cluster (String)
- stream (String)
- (::String)
- (::ArgumentError)