Retail V2 API - Class Google::Cloud::Retail::V2::PredictionService::Rest::ServiceStub (v0.14.0)

Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::PredictionService::Rest::ServiceStub.

REST service stub for the PredictionService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.

Inherits

  • Object

Methods

#initialize

def initialize(endpoint:, credentials:) -> ServiceStub
Returns

#predict

def predict(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Retail::V2::PredictResponse

Baseline implementation for the predict REST call

Parameters
  • request_pb (::Google::Cloud::Retail::V2::PredictRequest) — A request object representing the call parameters. Required.
  • options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)