Class: Google::Cloud::AIPlatform::V1::CancelAsyncQueryReasoningEngineRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CancelAsyncQueryReasoningEngineRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb
Overview
Request message for ReasoningEngineExecutionService.CancelAsyncQueryReasoningEngine.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#operation_name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the ReasoningEngine resource to use.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}.
122 123 124 125 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb', line 122 class CancelAsyncQueryReasoningEngineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operation_name ⇒ ::String
Returns Required. The name of the longrunning operation returned from
AsyncQueryReasoningEngine.
Format:
projects/{project}/locations/{location}/operations/{operation}.
122 123 124 125 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb', line 122 class CancelAsyncQueryReasoningEngineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |