Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Merge requests
!2239
Something went wrong on our end
Support worker_run_id in DestroyWorkerResults
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Support worker_run_id in DestroyWorkerResults
del-wr-results
into
master
Overview
14
Commits
6
Pipelines
0
Changes
1
Merged
ml bonhomme
requested to merge
del-wr-results
into
master
1 year ago
Overview
9
Commits
6
Pipelines
0
Changes
1
Expand
closes
#1689 (closed)
0
0
Merge request reports
Viewing commit
a04d3f73
Show latest version
1 file
+
3
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a04d3f73
fix api docs
· a04d3f73
ml bonhomme
authored
1 year ago
arkindex/documents/api/elements.py
+
3
−
5
Options
@@ -2197,11 +2197,9 @@ class CorpusSelectionDestroy(CorpusACLMixin, SelectionMixin, DestroyAPIView):
"
worker_run_id
"
,
type
=
UUID
,
required
=
False
,
description
=
"""
Only delete Worker Results produced by a specific worker run.
If a this parameter is set, any worker_version_id, model_version_id
or configuration_id parameters will be ignored.
"""
,
description
=
"
Only delete Worker Results produced by a specific worker run.
"
"
If a this parameter is set, any `worker_version_id`, `model_version_id`
"
"
or `configuration_id` parameters will be ignored.
"
,
),
OpenApiParameter
(
"
worker_version_id
"
,
Loading