File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/models-library/src/models_library/api_schemas_directorv2 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ class ComputationCreate(BaseModel):
7676 collection_run_id : Annotated [
7777 CollectionRunID | None ,
7878 Field (
79- description = "contains information about the wallet used to bill the running service "
79+ description = "In case start_pipeline is True, this is the collection run id to which the comp run belongs. "
8080 ),
8181 ] = None
8282
Original file line number Diff line number Diff line change 13601360 }
13611361 ],
13621362 "title" : " Collection Run Id" ,
1363- "description" : " contains information about the wallet used to bill the running service "
1363+ "description" : " In case start_pipeline is True, this is the collection run id to which the comp run belongs. "
13641364 }
13651365 },
13661366 "type" : " object" ,
You can’t perform that action at this time.
0 commit comments