Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1QueryReasoningEngineRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1QueryReasoningEngineRequest
- 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.Query.
Instance Attribute Summary collapse
-
#input ⇒ Hash<String,Object>
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1QueryReasoningEngineRequest
constructor
A new instance of GoogleCloudAiplatformV1beta1QueryReasoningEngineRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1QueryReasoningEngineRequest
Returns a new instance of GoogleCloudAiplatformV1beta1QueryReasoningEngineRequest.
22095 22096 22097 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 22095 def initialize(**args) update!(**args) end |
Instance Attribute Details
#input ⇒ Hash<String,Object>
Optional. Input content provided by users in JSON object format. Examples
include text query, function calling parameters, media bytes, etc.
Corresponds to the JSON property input
22093 22094 22095 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 22093 def input @input end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
22100 22101 22102 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 22100 def update!(**args) @input = args[:input] if args.key?(:input) end |