Class GoogleCloudAiplatformV1AsyncQueryReasoningEngineRequest
Request message for ReasoningEngineExecutionService.AsyncQueryReasoningEngine.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1AsyncQueryReasoningEngineRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InputGcsUri
Optional. Input Cloud Storage URI for the Async query. If you are not bringing your own container (BYOC),
the content of the file should be a JSON object with an input field matching the input field of
QueryReasoningEngineRequest (e.g. { "input": { "user_id": "hello", "message":"$QUERY"} }). For BYOC, the
content of the file depends on the the agent application.
Declaration
[JsonProperty("inputGcsUri")]
public virtual string InputGcsUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OutputGcsUri
Optional. Output Cloud Storage URI for the Async query. This contains the final response of the query.
Declaration
[JsonProperty("outputGcsUri")]
public virtual string OutputGcsUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |