public sealed class StreamQueryReasoningEngineRequest : IMessage<StreamQueryReasoningEngineRequest>, IEquatable<StreamQueryReasoningEngineRequest>, IDeepCloneable<StreamQueryReasoningEngineRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class StreamQueryReasoningEngineRequest.
Request message for [ReasoningEngineExecutionService.StreamQuery][].
Implements
IMessageStreamQueryReasoningEngineRequest, IEquatableStreamQueryReasoningEngineRequest, IDeepCloneableStreamQueryReasoningEngineRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
StreamQueryReasoningEngineRequest()
public StreamQueryReasoningEngineRequest()
StreamQueryReasoningEngineRequest(StreamQueryReasoningEngineRequest)
public StreamQueryReasoningEngineRequest(StreamQueryReasoningEngineRequest other)
Parameter | |
---|---|
Name | Description |
other |
StreamQueryReasoningEngineRequest |
Properties
ClassMethod
public string ClassMethod { get; set; }
Optional. Class method to be used for the stream query. It is optional and defaults to "stream_query" if unspecified.
Property Value | |
---|---|
Type | Description |
string |
Input
public Struct Input { get; set; }
Optional. Input content provided by users in JSON object format. Examples include text query, function calling parameters, media bytes, etc.
Property Value | |
---|---|
Type | Description |
Struct |
Name
public string Name { get; set; }
Required. The name of the ReasoningEngine resource to use.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
Property Value | |
---|---|
Type | Description |
string |
ReasoningEngineName
public ReasoningEngineName ReasoningEngineName { get; set; }
ReasoningEngineName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ReasoningEngineName |