QuestionQ28

Create intelligent applications

A company creates a canvas app that processes user-submitted images and must classify them with an existing AI Builder model.

The app must produce predictions while users interact with it.

You need to consume the AI model natively. What should you do?

  • A Retrain the model for each submission.
  • B Reuse a previously stored prediction.
  • C Export the solution which contains the model.
  • D Call the model from app logic.
Explanation

AI Builder models can be added to canvas apps and invoked from app controls or Power Fx logic by using the model’s Predict method. This enables a new image classification prediction during user interaction.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!