@labelbox/recursion-sdk 0.0.170 → 0.0.172
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -163,6 +163,7 @@ export const CONCEPT_REFERENCE = {
|
|
|
163
163
|
related: [
|
|
164
164
|
'concept:grading-strategies',
|
|
165
165
|
'concept:run-config-roles',
|
|
166
|
+
'concept:re-grading-runs',
|
|
166
167
|
'recipe:add-and-refine-a-rubric',
|
|
167
168
|
'recipe:create-and-grade-a-problem',
|
|
168
169
|
'resource:rubrics',
|
|
@@ -246,6 +247,18 @@ export const CONCEPT_REFERENCE = {
|
|
|
246
247
|
domain: 'review-qa',
|
|
247
248
|
related: ['recipe:gate-a-stage-on-qa', 'resource:qa', 'resource:qa-gates'],
|
|
248
249
|
},
|
|
250
|
+
're-grading-runs': {
|
|
251
|
+
id: 're-grading-runs',
|
|
252
|
+
title: 'Re-grading runs',
|
|
253
|
+
domain: 'review-qa',
|
|
254
|
+
related: [
|
|
255
|
+
'concept:how-grading-works',
|
|
256
|
+
'concept:runs-transcripts-and-results',
|
|
257
|
+
'recipe:regrade-a-run',
|
|
258
|
+
'recipe:create-and-grade-a-problem',
|
|
259
|
+
'resource:problem-runs',
|
|
260
|
+
],
|
|
261
|
+
},
|
|
249
262
|
'run-config-anatomy': {
|
|
250
263
|
id: 'run-config-anatomy',
|
|
251
264
|
title: 'Anatomy of a run config',
|
|
@@ -279,6 +292,7 @@ export const CONCEPT_REFERENCE = {
|
|
|
279
292
|
'resource:transcripts',
|
|
280
293
|
'resource:problem-runs',
|
|
281
294
|
'concept:how-async-work-runs',
|
|
295
|
+
'concept:re-grading-runs',
|
|
282
296
|
],
|
|
283
297
|
},
|
|
284
298
|
'secrets-and-credentials': {
|