Vertex AI v1beta1 API - Class CancelAsyncQueryReasoningEngineRequest (1.0.0-beta78)

public sealed class CancelAsyncQueryReasoningEngineRequest : IMessage<CancelAsyncQueryReasoningEngineRequest>, IEquatable<CancelAsyncQueryReasoningEngineRequest>, IDeepCloneable<CancelAsyncQueryReasoningEngineRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class CancelAsyncQueryReasoningEngineRequest.

Request message for [ReasoningEngineExecutionService.CancelAsyncQueryReasoningEngine][google.cloud.aiplatform.v1beta1.ReasoningEngineExecutionService.CancelAsyncQueryReasoningEngine].

Inheritance

object > CancelAsyncQueryReasoningEngineRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.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