Onto-Med / top-backend

Spring Boot based backend of the TOP Framework
MIT License
0 stars 1 forks source link

Start Concept Graph Pipeline with JSON request body #212

Open fmatthies opened 6 months ago

fmatthies commented 6 months ago

Right now, ConceptPipelineApiDelegateImpl provides two methods

  1. startConceptGraphPipeline
  2. startConceptGraphPipelineWithJson

(1) is implemented, but if one wants to configure the pipeline, yaml files need to be provided as MultipartFile.
(2) is not yet implemented, but is aimed at providing a way to configure the pipeline with a json request body. The method takes as input a ConceptPipelineConfigRequest as defined in top-api.