public sealed class AsyncQueryReasoningEngineResponse : IMessage<AsyncQueryReasoningEngineResponse>, IEquatable<AsyncQueryReasoningEngineResponse>, IDeepCloneable<AsyncQueryReasoningEngineResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class AsyncQueryReasoningEngineResponse.
Response message for [ReasoningEngineExecutionService.AsyncQueryReasoningEngine][google.cloud.aiplatform.v1beta1.ReasoningEngineExecutionService.AsyncQueryReasoningEngine].
Implements
IMessageAsyncQueryReasoningEngineResponse, IEquatableAsyncQueryReasoningEngineResponse, IDeepCloneableAsyncQueryReasoningEngineResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
AsyncQueryReasoningEngineResponse()
public AsyncQueryReasoningEngineResponse()AsyncQueryReasoningEngineResponse(AsyncQueryReasoningEngineResponse)
public AsyncQueryReasoningEngineResponse(AsyncQueryReasoningEngineResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
AsyncQueryReasoningEngineResponse |
Properties
OutputGcsUri
public string OutputGcsUri { get; set; }Output Cloud Storage URI for the Async query.
| Property Value | |
|---|---|
| Type | Description |
string |
|