Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::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
#batch_predict
def batch_predict(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the batch_predict REST call
- request_pb (::Google::Cloud::AutoML::V1beta1::BatchPredictRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#predict
def predict(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AutoML::V1beta1::PredictResponse
Baseline implementation for the predict REST call
- request_pb (::Google::Cloud::AutoML::V1beta1::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.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AutoML::V1beta1::PredictResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AutoML::V1beta1::PredictResponse) — A result object deserialized from the server's reply
- (::ArgumentError)