View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1QueryReasoningEngineRequest (google_api_ai_platform v0.25.0)

Request message for ReasoningEngineExecutionService.Query.

Attributes

  • classMethod (type: String.t, default: nil) - Optional. Class method to be used for the query. It is optional and defaults to "query" if unspecified.
  • input (type: map(), default: nil) - Optional. Input content provided by users in JSON object format. Examples include text query, function calling parameters, media bytes, etc.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1QueryReasoningEngineRequest{
    classMethod: String.t() | nil,
    input: map() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.