Closed
Bug 1923553
Opened 4 months ago
Closed 4 months ago
Add a `featureID` field in PipelineOptions
Categories
(Core :: Machine Learning, enhancement, P2)
Core
Machine Learning
Tracking
()
RESOLVED
FIXED
133 Branch
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: tarek, Assigned: tarek)
References
Details
(Whiteboard: [genai])
Attachments
(1 file)
For Bug 1922591 we need the code to get presets from RS, and we don't want to have one single present per taskID because a taskID can be used in several spots.
Let's add a featureID
in the PipelineOptions
that can be used to identify the feature in RS. RS will also get a feature.
The search will look for featureID
when given and fallback to taskID
if not found.
Updated•4 months ago
|
Assignee | ||
Comment 1•4 months ago
|
||
Updated•4 months ago
|
Assignee: nobody → tziade
Status: NEW → ASSIGNED
Pushed by tziade@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6a8e59a2d55c
Add a featureID field in PipelineOptions r=vazish
Comment 3•4 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•