Vertex AI v1beta1 API - Class AsyncQueryReasoningEngineRequest (1.0.0-beta77)

public sealed class AsyncQueryReasoningEngineRequest : IMessage<AsyncQueryReasoningEngineRequest>, IEquatable<AsyncQueryReasoningEngineRequest>, IDeepCloneable<AsyncQueryReasoningEngineRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class AsyncQueryReasoningEngineRequest.

Request message for [ReasoningEngineExecutionService.AsyncQueryReasoningEngine][google.cloud.aiplatform.v1beta1.ReasoningEngineExecutionService.AsyncQueryReasoningEngine].

Inheritance

object > AsyncQueryReasoningEngineRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

AsyncQueryReasoningEngineRequest()

public AsyncQueryReasoningEngineRequest()

AsyncQueryReasoningEngineRequest(AsyncQueryReasoningEngineRequest)

public AsyncQueryReasoningEngineRequest(AsyncQueryReasoningEngineRequest other)
Parameter
Name Description
other AsyncQueryReasoningEngineRequest

Properties

InputGcsUri

public string InputGcsUri { get; set; }

Optional. Input Cloud Storage URI for the Async query.

Property Value
Type Description
string

Name

public string Name { get; set; }

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

Property Value
Type Description
string

OutputGcsUri

public string OutputGcsUri { get; set; }

Optional. Output Cloud Storage URI for the Async query.

Property Value
Type Description
string

ReasoningEngineName

public ReasoningEngineName ReasoningEngineName { get; set; }

ReasoningEngineName-typed view over the Name resource name property.

Property Value
Type Description
ReasoningEngineName