Prediction Service
Creating Custom DataApp using Prediction Service as Input Type
Use this procedure to create a custom DataApp using prediction service an an input.
Hover over the menu icon and select Projects
Select the project for which you want to create DataApps and click the DataApps icon from the project level navigation.
Click the plus icon. This takes you to the Create DataApp page.
Specify this information:
DataApp Name: The name of the Dataapp.
DataApp description: The description of the Dataapp.
Environment: By default, the environment selected during project creation is applied. However, you have the flexibility to choose a different environment for running your DataApps.
Click Choose Image to browse and select the image that is visible on the DataApp cards.
Select an input as Prediction Service.
Select Access Control to manage access to chats and charts generated within the DataApp. The available options are:
Team Access: Allows all users within the tenant to view chats and charts in the DataApp.
Individual Access: Restricts visibility of chats and charts to users who created them. For example, if User A creates Chat A and Chart C, only User A can view these.
Enter Model controls in the text box to provide specific context to the AI guide. This helps in aligning the AI-generated responses more closely with the user’s particular use case.
Add starter prompts to help users get started with predefined queries. To add prompts, see Adding starter prompts in DataApps.
Toggle ON the Show Model Response Code option to view the code generated by the model in response to the queries.
Click Create. The DataApp card is created and redirects you to the AskAI tab.
Select the prediction service from the list. You can only view the prediction services created in this project. Once the prediction service is selected, you can start asking the questions to the AskAI
Enter the query in the query box. The generated output will be in the text format. You can:
Copy the answer using the Copy Answer option.
View the generated code by selecting the View Code option.
Get an explanation for each line of code by using the Explain option.
Last updated