When serving up a model in SAP AI Core, the process includes the following key steps:
Create an AI Launchpad Instance (B):
AI Launchpad serves as the interface to manage and deploy machine learning models in SAP AI Core.
It is a required step to orchestrate and monitor AI model serving.
Make an Inference (C):
Once the model is deployed, making inferences involves providing input data and receiving predictions or results from the deployed model.
Other Options:
A (Prepare the Data): This is a prerequisite task for model training but not directly part of serving a deployed model.
D (Register the Input Dataset): Relevant during the training phase but not a step in serving the model.
References:
SAP AI Core Documentation
SAP AI Launchpad Overview
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit