Show / Hide Table of Contents

Class GoogleCloudAiplatformV1AsyncQueryReasoningEngineRequest

Request message for ReasoningEngineExecutionService.AsyncQueryReasoningEngine.

Inheritance
object
GoogleCloudAiplatformV1AsyncQueryReasoningEngineRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX