Show / Hide Table of Contents

Class GoogleCloudAiplatformV1QueryReasoningEngineRequest

Request message for ReasoningEngineExecutionService.Query.

Inheritance
object
GoogleCloudAiplatformV1QueryReasoningEngineRequest
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 GoogleCloudAiplatformV1QueryReasoningEngineRequest : IDirectResponseSchema

Properties

ClassMethod

Optional. Class method to be used for the query. It is optional and defaults to "query" if unspecified.

Declaration
[JsonProperty("classMethod")]
public virtual string ClassMethod { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Input

Optional. Input content provided by users in JSON object format. Examples include text query, function calling parameters, media bytes, etc.

Declaration
[JsonProperty("input")]
public virtual IDictionary<string, object> Input { get; set; }
Property Value
Type Description
IDictionary<string, object>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX