GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RubricBasedInstructionFollowingResult (google_api_ai_platform v0.27.0)
View SourceResult for RubricBasedInstructionFollowing metric.
Attributes
-
rubricCritiqueResults
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RubricCritiqueResult.t)
, default:nil
) - Output only. List of per rubric critique results. -
score
(type:number()
, default:nil
) - Output only. Overall score for the instruction following.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RubricBasedInstructionFollowingResult{ rubricCritiqueResults: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RubricCritiqueResult.t() ] | nil, score: number() | nil }