Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::StreamQueryReasoningEngineRequest.
Request message for [ReasoningEngineExecutionService.StreamQuery][].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#class_method
def class_method() -> ::String
Returns
- (::String) — Optional. Class method to be used for the stream query. It is optional and defaults to "stream_query" if unspecified.
#class_method=
def class_method=(value) -> ::String
Parameter
- value (::String) — Optional. Class method to be used for the stream query. It is optional and defaults to "stream_query" if unspecified.
Returns
- (::String) — Optional. Class method to be used for the stream query. It is optional and defaults to "stream_query" if unspecified.
#input
def input() -> ::Google::Protobuf::Struct
Returns
- (::Google::Protobuf::Struct) — Optional. Input content provided by users in JSON object format. Examples include text query, function calling parameters, media bytes, etc.
#input=
def input=(value) -> ::Google::Protobuf::Struct
Parameter
- value (::Google::Protobuf::Struct) — Optional. Input content provided by users in JSON object format. Examples include text query, function calling parameters, media bytes, etc.
Returns
- (::Google::Protobuf::Struct) — Optional. Input content provided by users in JSON object format. Examples include text query, function calling parameters, media bytes, etc.
#name
def name() -> ::String
Returns
-
(::String) — Required. The name of the ReasoningEngine resource to use.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the ReasoningEngine resource to use.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
Returns
-
(::String) — Required. The name of the ReasoningEngine resource to use.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}