View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrajectoryRecallInput (google_api_ai_platform v0.25.0)
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
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrajectoryRecallInput{ instances: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrajectoryRecallInstance.t() ] | nil, metricSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrajectoryRecallSpec.t() | nil }