Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Request message for ReasoningEngineExecutionService. CancelAsyncQueryReasoningEngine.
Instance Attribute Summary collapse
-
#operation_name ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineRequest
constructor
A new instance of GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineRequest
Returns a new instance of GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineRequest.
3542 3543 3544 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 3542 def initialize(**args) update!(**args) end |
Instance Attribute Details
#operation_name ⇒ String
Required. The name of the longrunning operation returned from
AsyncQueryReasoningEngine. Format: projects/project/locations/location/
operations/operation`
Corresponds to the JSON propertyoperationName`
3540 3541 3542 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 3540 def operation_name @operation_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3547 3548 3549 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 3547 def update!(**args) @operation_name = args[:operation_name] if args.key?(:operation_name) end |