Interface: Assessment
Interface: Assessment
A Feedback assessment in the MLflow REST proto-JSON shape.
Properties
assessment_name
assessment_name: string;feedback
feedback: {
value: unknown;
};value
value: unknown;metadata?
optional metadata: Record<string, string>;rationale?
optional rationale: string;source
source: {
source_id: string;
source_type: "CODE" | "HUMAN" | "LLM_JUDGE";
};source_id
source_id: string;source_type
source_type: "CODE" | "HUMAN" | "LLM_JUDGE";trace_id
trace_id: string;