Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ReasoningEngineExecutionService::Rest::ServiceStub.
REST service stub for the ReasoningEngineExecutionService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#logger
def logger(stub: false) -> Logger
The logger used for request/response debug logging.
- (Logger)
#query_reasoning_engine
def query_reasoning_engine(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::QueryReasoningEngineResponse
Baseline implementation for the query_reasoning_engine REST call
- request_pb (::Google::Cloud::AIPlatform::V1::QueryReasoningEngineRequest) — 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::AIPlatform::V1::QueryReasoningEngineResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::QueryReasoningEngineResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#stream_query_reasoning_engine
def stream_query_reasoning_engine(request_pb, options = nil) { |chunk| ... } -> ::Gapic::Rest::TransportOperation
Baseline implementation for the stream_query_reasoning_engine REST call
- request_pb (::Google::Cloud::AIPlatform::V1::StreamQueryReasoningEngineRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- chunk (::String) — The chunk of data received during server streaming.
- (::Gapic::Rest::TransportOperation)
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)