Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::PredictionService::Rest::ServiceStub (v0.41.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::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

#direct_predict

def direct_predict(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::DirectPredictResponse

Baseline implementation for the direct_predict REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#direct_raw_predict

def direct_raw_predict(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::DirectRawPredictResponse

Baseline implementation for the direct_raw_predict REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#endpoint

def endpoint() -> String

The effective endpoint

Returns
  • (String)

#explain

def explain(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ExplainResponse

Baseline implementation for the explain REST call

Parameters
  • request_pb (::Google::Cloud::AIPlatform::V1::ExplainRequest) — 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)

#generate_content

def generate_content(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::GenerateContentResponse

Baseline implementation for the generate_content REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#initialize

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

#predict

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

Baseline implementation for the predict REST call

Parameters
  • request_pb (::Google::Cloud::AIPlatform::V1::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)

#raw_predict

def raw_predict(request_pb, options = nil) { |result, operation| ... } -> ::Google::Api::HttpBody

Baseline implementation for the raw_predict REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#server_streaming_predict

def server_streaming_predict(request_pb, options = nil, &block) { |chunk| ... } -> ::Gapic::Rest::TransportOperation

Baseline implementation for the server_streaming_predict REST call

Parameters
Yield Parameter
  • chunk (::String) — The chunk of data received during server streaming.
Returns
  • (::Gapic::Rest::TransportOperation)
Raises
  • (::ArgumentError)

#stream_generate_content

def stream_generate_content(request_pb, options = nil, &block) { |chunk| ... } -> ::Gapic::Rest::TransportOperation

Baseline implementation for the stream_generate_content REST call

Parameters
Yield Parameter
  • chunk (::String) — The chunk of data received during server streaming.
Returns
  • (::Gapic::Rest::TransportOperation)
Raises
  • (::ArgumentError)

#stream_raw_predict

def stream_raw_predict(request_pb, options = nil, &block) { |chunk| ... } -> ::Gapic::Rest::TransportOperation

Baseline implementation for the stream_raw_predict REST call

Parameters
Yield Parameter
  • chunk (::String) — The chunk of data received during server streaming.
Returns
  • (::Gapic::Rest::TransportOperation)
Raises
  • (::ArgumentError)

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)