Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AsyncQueryReasoningEngineRequest

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

Overview

Request message for ReasoningEngineExecutionService.AsyncQueryReasoningEngine.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1AsyncQueryReasoningEngineRequest

Returns a new instance of GoogleCloudAiplatformV1AsyncQueryReasoningEngineRequest.



1473
1474
1475
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1473

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

Instance Attribute Details

#input_gcs_uriString

Optional. Input Cloud Storage URI for the Async query. Corresponds to the JSON property inputGcsUri

Returns:

  • (String)


1466
1467
1468
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1466

def input_gcs_uri
  @input_gcs_uri
end

#output_gcs_uriString

Optional. Output Cloud Storage URI for the Async query. Corresponds to the JSON property outputGcsUri

Returns:

  • (String)


1471
1472
1473
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1471

def output_gcs_uri
  @output_gcs_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1478
1479
1480
1481
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1478

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