Class: Google::Cloud::AIPlatform::V1::QueryReasoningEngineRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::QueryReasoningEngineRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb
Overview
Request message for [ReasoningEngineExecutionService.Query][].
Instance Attribute Summary collapse
-
#class_method ⇒ ::String
Optional.
-
#input ⇒ ::Google::Protobuf::Struct
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#class_method ⇒ ::String
Returns Optional. Class method to be used for the query. It is optional and defaults to "query" if unspecified.
38 39 40 41 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb', line 38 class QueryReasoningEngineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input ⇒ ::Google::Protobuf::Struct
Returns Optional. Input content provided by users in JSON object format. Examples include text query, function calling parameters, media bytes, etc.
38 39 40 41 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb', line 38 class QueryReasoningEngineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the ReasoningEngine resource to use.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}.
38 39 40 41 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb', line 38 class QueryReasoningEngineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |