Skip to content
Snippets Groups Projects
Commit 7c6f2c08 authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Remove model_id and accessor_id from defaults

parent a1e85ffc
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment