Interface EvaluateDatasetRun

Evaluate Dataset Run Result for Tuning Job. This data type is not supported in Gemini API.

interface EvaluateDatasetRun {
    checkpointId?: string;
    error?: GoogleRpcStatus;
    evaluateDatasetResponse?: EvaluateDatasetResponse;
    evaluationRun?: string;
    operationName?: string;
}

Properties

checkpointId?: string

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

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

evaluateDatasetResponse?: EvaluateDatasetResponse

Output only. Results for EvaluationService.

evaluationRun?: string

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

operationName?: string

Output only. The operation ID of the evaluation run. Format: projects/{project}/locations/{location}/operations/{operation_id}.