GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrajectoryRecallInput (google_api_ai_platform v0.27.0)

View Source

Instances and metric spec for TrajectoryRecall metric.

Attributes

  • instances (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrajectoryRecallInstance.t), default: nil) - Required. Repeated TrajectoryRecall instance.
  • metricSpec (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrajectoryRecallSpec.t, default: nil) - Required. Spec for TrajectoryRecall metric.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrajectoryRecallInput{
    instances:
      [
        GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrajectoryRecallInstance.t()
      ]
      | nil,
    metricSpec:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrajectoryRecallSpec.t()
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.