EvaluateDatasetRun

@Serializable
data class EvaluateDatasetRun(val checkpointId: String? = null, val error: GoogleRpcStatus? = null, val evaluateDatasetResponse: EvaluateDatasetResponse? = null, val evaluationRun: String? = null, val operationName: String? = null)

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
val checkpointId: String? = null

Output only. The checkpoint id used in the evaluation run. Only populated when evaluating checkpoints.

Link copied to clipboard
val error: GoogleRpcStatus? = null

Output only. The error of the evaluation run if any.

Link copied to clipboard

Output only. Results for EvaluationService.

Link copied to clipboard
val evaluationRun: String? = null

Output only. The resource name of the evaluation run. Format: projects/{project}/locations/{location}/evaluationRuns/{evaluation_run_id}.

Link copied to clipboard
val operationName: String? = null

Output only. Deprecated: The updated architecture uses evaluation_run instead.