Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::AsyncQueryReasoningEngineRequest.
Request message for ReasoningEngineExecutionService.AsyncQueryReasoningEngine.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#input_gcs_uri
def input_gcs_uri() -> ::String
Returns
- (::String) — Optional. Input Cloud Storage URI for the Async query.
#input_gcs_uri=
def input_gcs_uri=(value) -> ::String
Parameter
- value (::String) — Optional. Input Cloud Storage URI for the Async query.
Returns
- (::String) — Optional. Input Cloud Storage URI for the Async query.
#name
def name() -> ::String
Returns
-
(::String) — Required. The name of the ReasoningEngine resource to use.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the ReasoningEngine resource to use.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
Returns
-
(::String) — Required. The name of the ReasoningEngine resource to use.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
#output_gcs_uri
def output_gcs_uri() -> ::String
Returns
- (::String) — Optional. Output Cloud Storage URI for the Async query.
#output_gcs_uri=
def output_gcs_uri=(value) -> ::String
Parameter
- value (::String) — Optional. Output Cloud Storage URI for the Async query.
Returns
- (::String) — Optional. Output Cloud Storage URI for the Async query.