Evaluate Dataset Run
@Serializable
Evaluate Dataset Run Result for Tuning Job. This data type is not supported in Gemini API.
Constructors
Link copied to clipboard
constructor(checkpointId: String? = null, error: GoogleRpcStatus? = null, evaluateDatasetResponse: EvaluateDatasetResponse? = null, evaluationRun: String? = null, operationName: String? = null)
Properties
Link copied to clipboard
Output only. The checkpoint id used in the evaluation run. Only populated when evaluating checkpoints.
Link copied to clipboard
Output only. The error of the evaluation run if any.
Link copied to clipboard
Output only. Results for EvaluationService.
Link copied to clipboard
Output only. The resource name of the evaluation run. Format: projects/{project}/locations/{location}/evaluationRuns/{evaluation_run_id}.
Link copied to clipboard
Output only. Deprecated: The updated architecture uses evaluation_run instead.