Search icon CANCEL
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning Salesforce Einstein

You're reading from  Learning Salesforce Einstein

Product type Book
Published in Jun 2017
Publisher Packt
ISBN-13 9781787126893
Pages 334 pages
Edition 1st Edition
Languages

Table of Contents (10) Chapters

Preface 1. Introduction to AI 2. Role of AI in CRM and Cloud Applications 3. Building Smarter Apps Using PredictionIO and Heroku 4. Product Recommendation Application using PredicitionIO and Salesforce App Cloud 5. Salesforce Einstein Vision 6. Building Applications Using Einstein Vision and Salesforce Force.com Platform 7. Einstein for Analytics Cloud 8. Einstein and Salesforce IoT Cloud Platform 9. Measuring and Testing the Accuracy of Einstein

Creating an administration app for creating and training dataset

Creating an administration application to create and train a dataset is breeze with the Salesforce platform, provided we have the Apex services written. We can invoke the Apex services we built for the creation of dataset and its training via either a process builder or an Apex. With the apex triggers, one will need to use @future (https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_invoking_future_methods.htm) annotated methods to invoke the web service calls or use batch or Scheduled apex.

For our admin application, we will use Apex (triggers and scheduled) to automate the sequence of operations we need to create and train a dataset.

The sequence for the application is as follows:

  1. An administrator creates a dataset record (dataset is a custom object) that will have a mandatory field of...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}