Class: Google::Cloud::AIPlatform::V1::QueryReasoningEngineResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::QueryReasoningEngineResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb
Overview
Response message for [ReasoningEngineExecutionService.Query][]
Instance Attribute Summary collapse
-
#output ⇒ ::Google::Protobuf::Value
Response provided by users in JSON object format.
Instance Attribute Details
#output ⇒ ::Google::Protobuf::Value
Returns Response provided by users in JSON object format.
47 48 49 50 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb', line 47 class QueryReasoningEngineResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |