We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdad845 commit e8e0bceCopy full SHA for e8e0bce
1 file changed
js/util/object.ts
@@ -21,7 +21,7 @@ export type OtherExperimentLogFields = {
21
error: unknown;
22
tags: string[];
23
scores: Record<string, number | null>;
24
- classifications?: Record<string, { id: string; label: string }[]>;
+ classifications?: Record<string, { id: string; label?: string }[]>;
25
metadata: Record<string, unknown>;
26
metrics: Record<string, unknown>;
27
datasetRecordId: string;
0 commit comments