public sealed class AsyncQueryReasoningEngineRequest : IMessage<AsyncQueryReasoningEngineRequest>, IEquatable<AsyncQueryReasoningEngineRequest>, IDeepCloneable<AsyncQueryReasoningEngineRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1 API class AsyncQueryReasoningEngineRequest.
Request message for [ReasoningEngineExecutionService.AsyncQueryReasoningEngine][google.cloud.aiplatform.v1.ReasoningEngineExecutionService.AsyncQueryReasoningEngine].
Implements
IMessageAsyncQueryReasoningEngineRequest, IEquatableAsyncQueryReasoningEngineRequest, IDeepCloneableAsyncQueryReasoningEngineRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
AsyncQueryReasoningEngineRequest()
public AsyncQueryReasoningEngineRequest()AsyncQueryReasoningEngineRequest(AsyncQueryReasoningEngineRequest)
public AsyncQueryReasoningEngineRequest(AsyncQueryReasoningEngineRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
AsyncQueryReasoningEngineRequest |
Properties
InputGcsUri
public string InputGcsUri { get; set; }Optional. Input Cloud Storage URI for the Async query.
| Property Value | |
|---|---|
| Type | Description |
string |
|
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 |
|
OutputGcsUri
public string OutputGcsUri { get; set; }Optional. Output Cloud Storage URI for the Async query.
| 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 |
|