Class GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineRequest
Request message for ReasoningEngineExecutionService.CancelAsyncQueryReasoningEngine.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OperationName
Required. The name of the longrunning operation returned from AsyncQueryReasoningEngine. Format:
projects/{project}/locations/{location}/operations/{operation}
Declaration
[JsonProperty("operationName")]
public virtual string OperationName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |