...
- The Adaptor provides a DCAE model runner to wrap the ML model from Acumos to in order to produce a mircorservice that is compatible in DMaaP environment.
- The Adaptor generates Microservice metadata (i.e., the Component Spec.json and Dataformat.json) for onboarding to DCAE Design environment.
- The Adaptor generates k8s/Docker executable image for onboarding to DockerCentral (Nexus).
Architecture
Adapter API
- The "Acumos-DCAE Adaptor" supports Acumos E5 client interface for federated ML models from an Acumos catalog.
- The "Acumos-DCAE Adaptor" uses DACE Onboarding APIs for automated mS onboarding to CLI-DB, also submits the mS Image to DockerCentral image repository.
...