public sealed class QueryReasoningEngineRequest : IMessage<QueryReasoningEngineRequest>, IEquatable<QueryReasoningEngineRequest>, IDeepCloneable<QueryReasoningEngineRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class QueryReasoningEngineRequest.
Request message for [ReasoningEngineExecutionService.Query][].
Implements
IMessageQueryReasoningEngineRequest, IEquatableQueryReasoningEngineRequest, IDeepCloneableQueryReasoningEngineRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
QueryReasoningEngineRequest()
public QueryReasoningEngineRequest()QueryReasoningEngineRequest(QueryReasoningEngineRequest)
public QueryReasoningEngineRequest(QueryReasoningEngineRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | QueryReasoningEngineRequest | 
Properties
ClassMethod
public string ClassMethod { get; set; }Optional. Class method to be used for the query. It is optional and defaults to "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 | |