Vision AI V1 API - Module Google::Cloud::VisionAI::V1::StreamingService::Paths (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API module Google::Cloud::VisionAI::V1::StreamingService::Paths.

Path helper methods for the StreamingService API.

Methods

#series_path

def series_path(project:, location:, cluster:, series:) -> ::String

Create a fully-qualified Series resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/clusters/{cluster}/series/{series}

Parameters
  • project (String)
  • location (String)
  • cluster (String)
  • series (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)