Google Cloud Ai Platform V1 Client - Class AsyncQueryReasoningEngineRequest (1.58.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class AsyncQueryReasoningEngineRequest.

Request message for ReasoningEngineExecutionService.AsyncQueryReasoningEngine.

Generated from protobuf message google.cloud.aiplatform.v1.AsyncQueryReasoningEngineRequest

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the ReasoningEngine resource to use. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}

↳ input_gcs_uri string

Optional. Input Cloud Storage URI for the Async query.

↳ output_gcs_uri string

Optional. Output Cloud Storage URI for the Async query.

getName

Required. The name of the ReasoningEngine resource to use.

Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}

Returns
Type Description
string

setName

Required. The name of the ReasoningEngine resource to use.

Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}

Parameter
Name Description
var string
Returns
Type Description
$this

getInputGcsUri

Optional. Input Cloud Storage URI for the Async query.

Returns
Type Description
string

setInputGcsUri

Optional. Input Cloud Storage URI for the Async query.

Parameter
Name Description
var string
Returns
Type Description
$this

getOutputGcsUri

Optional. Output Cloud Storage URI for the Async query.

Returns
Type Description
string

setOutputGcsUri

Optional. Output Cloud Storage URI for the Async query.

Parameter
Name Description
var string
Returns
Type Description
$this