Reference documentation and code samples for the Vision AI V1 API module Google::Cloud::VisionAI::V1::LiveVideoAnalytics::Paths.
Path helper methods for the LiveVideoAnalytics API.
Methods
#analysis_path
def analysis_path(project:, location:, cluster:, analysis:) -> ::String
Create a fully-qualified Analysis resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/clusters/{cluster}/analyses/{analysis}
- project (String)
- location (String)
- cluster (String)
- analysis (String)
- (::String)
- (::ArgumentError)
#cluster_path
def cluster_path(project:, location:, cluster:) -> ::String
Create a fully-qualified Cluster resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/clusters/{cluster}
- project (String)
- location (String)
- cluster (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)
#operator_path
def operator_path(project:, location:, operator:) -> ::String
Create a fully-qualified Operator resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/operators/{operator}
- project (String)
- location (String)
- operator (String)
- (::String)
- (::ArgumentError)
#process_path
def process_path(project:, location:, cluster:, process:) -> ::String
Create a fully-qualified Process resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/clusters/{cluster}/processes/{process}
- project (String)
- location (String)
- cluster (String)
- process (String)
- (::String)
- (::ArgumentError)