public sealed class CancelAsyncQueryReasoningEngineRequest : IMessage<CancelAsyncQueryReasoningEngineRequest>, IEquatable<CancelAsyncQueryReasoningEngineRequest>, IDeepCloneable<CancelAsyncQueryReasoningEngineRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1 API class CancelAsyncQueryReasoningEngineRequest.
Request message for [ReasoningEngineExecutionService.CancelAsyncQueryReasoningEngine][google.cloud.aiplatform.v1.ReasoningEngineExecutionService.CancelAsyncQueryReasoningEngine].
Implements
IMessageCancelAsyncQueryReasoningEngineRequest, IEquatableCancelAsyncQueryReasoningEngineRequest, IDeepCloneableCancelAsyncQueryReasoningEngineRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
CancelAsyncQueryReasoningEngineRequest()
public CancelAsyncQueryReasoningEngineRequest()CancelAsyncQueryReasoningEngineRequest(CancelAsyncQueryReasoningEngineRequest)
public CancelAsyncQueryReasoningEngineRequest(CancelAsyncQueryReasoningEngineRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CancelAsyncQueryReasoningEngineRequest |
Properties
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 |
|
OperationName
public string OperationName { get; set; }Required. The name of the longrunning operation returned from
AsyncQueryReasoningEngine.
Format:
projects/{project}/locations/{location}/operations/{operation}
| 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 |
|