Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CancelAsyncQueryReasoningEngineRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

Request message for ReasoningEngineExecutionService. CancelAsyncQueryReasoningEngine.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1CancelAsyncQueryReasoningEngineRequest

Returns a new instance of GoogleCloudAiplatformV1beta1CancelAsyncQueryReasoningEngineRequest.



9315
9316
9317
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 9315

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#operation_nameString

Required. The name of the longrunning operation returned from AsyncQueryReasoningEngine. Format: projects/project/locations/location/ operations/operation` Corresponds to the JSON propertyoperationName`

Returns:

  • (String)


9313
9314
9315
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 9313

def operation_name
  @operation_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9320
9321
9322
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 9320

def update!(**args)
  @operation_name = args[:operation_name] if args.key?(:operation_name)
end