SAP BTP, SAP AI Core is part of the services portfolio that SAP BTP provides. It is used to train a machine learning model and to deploy the model in the form of a service running in the cloud on SAP BTP. Clients can then send data to the service endpoint and will receive the model's prediction based on that data as a response. Both model training and serving happen in a scalable and for the most part hyperscaler-agnostic way.
AI Core will play an important role during this mission. Therefore, before proceeding with the mission, it is recommended to first get a basic understanding of AI Core.
Skim through the AI Core documentation to get a first overview of what it is all about. As a next step, you might want to go through a tutorial that showcases how to use it. In this tutorial follow the track that uses the AI Core Python SDK in order to interact with AI Core programmatically in plain python.
SAP AI Launchpad is an application in SAP BTP. With it, one can overview one's own AI use case having the convenience of a user interface in the browser. It showcases artifacts that are relevant to your use case like the dataset used for training and the trained model. Further one can observe the training and serving process and the underlying configurations that are used for them.
Skim through the documentation to get a first overview of AI Launchpad.