Pipeline
The Pipeline represents the overall system used for data collection and processing, algorithm training, prediction generation, metric usage, and result presentation.
It includes the following parameters:
- name: The name to be used for the pipeline.
- output_topic: The Kafka topic where the generated data will be stored.
- data: Reference to the
Data
entity that will be used by the pipeline. - algorithm: The algorithm that will be trained and will generate predictions.
- metrics: The metrics that will be used to evaluate the algorithm and present results to the user.