◆ Default()
fiftyone.pipeline.web.services.PipelineResultServiceCore.Default.Default | ( | WebRequestEvidenceServiceCore | evidenceService, |
Pipeline | pipeline | ||
) |
Create a new instance.
- Parameters
-
- evidenceService - the service used to populate the evidence from an HttpServletRequest
- pipeline - the Pipeline used to process the evidence
Member Function Documentation
◆ process()
void fiftyone.pipeline.web.services.PipelineResultServiceCore.Default.process ( HttpServletRequest request ) Populate the evidence from the request and process through the Pipeline.
- Parameters
-
- request - the HttpServletRequest to process
Implements fiftyone.pipeline.web.services.PipelineResultServiceCore.