GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrajectoryAnyOrderMatchInstance (google_api_ai_platform v0.27.0)
View SourceSpec for TrajectoryAnyOrderMatch instance.
Attributes
-
predictedTrajectory
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Trajectory.t
, default:nil
) - Required. Spec for predicted tool call trajectory. -
referenceTrajectory
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Trajectory.t
, default:nil
) - Required. Spec for reference tool call trajectory.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrajectoryAnyOrderMatchInstance{ predictedTrajectory: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Trajectory.t() | nil, referenceTrajectory: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Trajectory.t() | nil }