Overview of MLOps v2 architectures
mainMLOps v2 provides three distinct Azure architectures designed for end-to-end continuous integration and continuous delivery (CI/CD) and retraining pipelines. These architectures are built using the Azure Machine Learning service and are intended to be deployable, repeatable, and maintainable patterns for AI workloads.
The three primary architecture types are:
- Classical machine learning: For tabular structured data.
- Computer vision (CV): Focused on segmentation and image classification.
- Natural language processing (NLP): For text-based tasks.
For implementation details and sample deployment templates, use the Azure MLOps v2 GitHub repository.