Class: Google::Cloud::AIPlatform::V1::StreamQueryReasoningEngineRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::StreamQueryReasoningEngineRequest
- 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.StreamQuery][].
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 stream query. It is optional and defaults to "stream_query" if unspecified.
66 67 68 69 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb', line 66 class StreamQueryReasoningEngineRequest 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.
66 67 68 69 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb', line 66 class StreamQueryReasoningEngineRequest 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}.
66 67 68 69 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb', line 66 class StreamQueryReasoningEngineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |