Class StreamQueryReasoningEngineRequest (1.89.0)

StreamQueryReasoningEngineRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for [ReasoningEngineExecutionService.StreamQuery][].

Attributes

Name Description
name str
Required. The name of the ReasoningEngine resource to use. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
input google.protobuf.struct_pb2.Struct
Optional. Input content provided by users in JSON object format. Examples include text query, function calling parameters, media bytes, etc.
class_method str
Optional. Class method to be used for the stream query. It is optional and defaults to "stream_query" if unspecified.

Methods

StreamQueryReasoningEngineRequest

StreamQueryReasoningEngineRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for [ReasoningEngineExecutionService.StreamQuery][].