Right now, ConceptPipelineApiDelegateImpl provides two methods
startConceptGraphPipeline
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.
Right now,
ConceptPipelineApiDelegateImpl
provides two methodsstartConceptGraphPipeline
startConceptGraphPipelineWithJson
(1) is implemented, but if one wants to configure the pipeline,
yaml
files need to be provided asMultipartFile
.(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 aConceptPipelineConfigRequest
as defined intop-api
.