Class: Google::Cloud::AIPlatform::V1::AsyncQueryReasoningEngineRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::AsyncQueryReasoningEngineRequest
- 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.AsyncQueryReasoningEngine.
Instance Attribute Summary collapse
-
#input_gcs_uri ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
-
#output_gcs_uri ⇒ ::String
Optional.
Instance Attribute Details
#input_gcs_uri ⇒ ::String
Returns Optional. Input Cloud Storage URI for the Async query.
84 85 86 87 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb', line 84 class AsyncQueryReasoningEngineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the ReasoningEngine resource to use.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}.
84 85 86 87 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb', line 84 class AsyncQueryReasoningEngineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_gcs_uri ⇒ ::String
Returns Optional. Output Cloud Storage URI for the Async query.
84 85 86 87 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb', line 84 class AsyncQueryReasoningEngineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |