Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SVLT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ALMF
SVLT
Commits
7c6f2c08
Commit
7c6f2c08
authored
7 months ago
by
Christopher Randolph Rhodes
Browse files
Options
Downloads
Patches
Plain Diff
Remove model_id and accessor_id from defaults
parent
a1e85ffc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
model_server/base/pipelines/params.py
+0
-2
0 additions, 2 deletions
model_server/base/pipelines/params.py
with
0 additions
and
2 deletions
model_server/base/pipelines/params.py
+
0
−
2
View file @
7c6f2c08
...
...
@@ -6,8 +6,6 @@ from ..session import session, AccessorIdError
class
PipelineParams
(
BaseModel
):
accessor_id
:
str
=
Field
(
description
=
'
ID(s) of previously loaded accessor(s) to use as pipeline input
'
)
model_id
:
str
=
Field
(
description
=
'
ID(s) of previously loaded segmentation model(s)
'
)
keep_interm
:
bool
=
Field
(
False
,
description
=
'
Keep accessors to intermediate images in session
'
)
@root_validator
(
pre
=
False
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment