View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ToolCallValidInput (google_api_ai_platform v0.13.0)

Input for tool call valid metric.

Attributes

  • instances (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ToolCallValidInstance.t), default: nil) - Required. Repeated tool call valid instances.
  • metricSpec (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ToolCallValidSpec.t, default: nil) - Required. Spec for tool call valid metric.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ToolCallValidInput{
  instances:
    [
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ToolCallValidInstance.t()
    ]
    | nil,
  metricSpec:
    GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ToolCallValidSpec.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.