Class: Google::Cloud::AIPlatform::V1::AsyncQueryReasoningEngineRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#input_gcs_uri::String

Returns Optional. Input Cloud Storage URI for the Async query.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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