Help & Support

Elevate Your Agents with AgentExchange Solutions
Easily enhance Agentforce with pre-built AI solutions from AgentExchange. Browse, install, and deploy agents, actions, and apps directly into your environment. Tell Me More

Have Questions?

Information
Private ListingThis listing is private and can't be found by searching or browsing AppExchange.

Einstein Vision and Language Model Builder

Unlock Valuable Insights from Text and Images

Free  

Never requires payment

Try It
Business Need
Admin & Developer Tools

Rating

Reputation

MVP
Recognized by Salesforce for their leadership, expertise, and generosity
Top Reviewer
Contribute reviews that encourage conversation and help others make informed decisions
Ranger
Lifelong learners who have earned the Ranger rank or higher on Trailhead
3.22
Lifetime average
Showing 9 of 9 Reviews
Sort by

I have issue about "Einstein Platform Services Playground Configuration"

I imported the pem file and email address completed. but after refresh I have issue "Argument 1 cannot be null" many times. Help me to slove to day is 09/01/2024 please quickly help me contact to me ledanghanh@g.densan-ginza.co.jp

Puneet Malhotra
12/04/2024

I am also facing the same issue. Its been more than three days i am struggling with this issue. If its retired then it should not be available on AppExchange or at least SF give alert to person who is downloading it. Its quite frustrating. Anyways Thanks António .

António Fidalgo
Double Star Ranger
04/08/2024

This tool was retired last year.. I've just installed and opened a case on support, they told me that this tool is not "available" anymore

Not able to Setup and Configuration

Even After uploading the PEM file and entering all data, I am not able to use the app and getting "Error: Argument 1 cannot be null"

Error for Image Classification

When using the gui and clicking on the Image Classification button, it is through an error - Failed to read manifest file. java.io.IOException. Anybody experiencing the same issue?

Einstein playground throws error while training the mode Runtime error and status Failed need help

Einstein playground throws error while training the mode Runtime error and status Failed need help to solve this issue.

HELP 1.35 JSON

How can I get 1.35 with JSON access? Release notes reference adding JSON Notation.

Dennis Schultz
Four Star Ranger
04/26/2021

To mock a callout from managed package code, the Test.setMock must be called from a test method in the same package with the same namespace. The Playground does not currently provide a global method for injecting a test mock. To test your code that makes calls to the playground predict methods, you can fake the response from the playground when a test is running: if(Test.isRunningTest()){ einsteinplay.Einstein_PredictionResult mockPrediction = new einsteinplay.Einstein_PredictionResult(); // set values in mockPrediction return mockPrediction; } else { einsteinplay.Einstein_PredictionService service = new einsteinplay.Einstein_PredictionService(einsteinplay.Einstein_PredictionService.Types.INTENT); return service.predictIntent(myModelId, myMessage, 2, null); }

Don Schueler
04/22/2021

Thanks Dennis. Will look at it... One more question if I can...we wrappered current code with our own apex and want to create a test class for it and having some problems with MOCK. Any thoughts? https://developer.salesforce.com/forums#!/feedtype=SINGLE_QUESTION_DETAIL&dc=Apex_Code_Development&criteria=OPENQUESTIONS&id=9062I000000DIY5QAO

Dennis Schultz
Four Star Ranger
04/21/2021

Hi, Don, Due to some publication issues, the release notes got a little ahead of the version here on AppExchange. Version 1.35 is now available and the release notes have been updated with more detail about the JsonAccess annotation.

After updating to latest package version 1.34 Authentication Not Working

Hi Team, Thanks for this app, I upgraded today preinstalled package and all of sudden it stopped working. After uploading .pem file its throwing error with message (Not enough Fields), here are the things I tried in order to rectify it but nothing worked. 1. Assign Permission Set. 2. Make Sure domain is ready to use.. 3. Deleted all Setting from button. 4. Re uploaded pem file. 5. Tried in older version of package in other org where it worked with the same credential and .pem file. We kindly request team to please help us as soon as possible. SOLVED IT - By regenerating einstein platform key and it worked automatically. Thanks Saket

HANH LE DANG
01/09/2024

hey, what do you means "SOLVED IT - By regenerating einstein platform key and it worked automatically. " i have the same problem when setup Einstein Platform Services Playground Configuration

Invalid access token

Hi there, I am facing an issue while training the data as it throwing me an error 'Invalid access token' I've already reset the key and update the app and followed the user guide to install this app. as per the instructions given. Kindly help me as soon as possible. You can reach me at khan.adil2@mahindra.com

Dennis Schultz
Four Star Ranger
09/09/2020

Thanks for your review. After working together, I believe we concluded that the issue is not with the Playground itself, but that your Einstein.ai account has not been created correctly. We look forward to hearing back about your experience once you have the appropriate Einstein account setup.

Einstein Playground - great app for non-programmer admins

This app has been very useful for a technical, but non programmer admin to learn about Einstein Language and NLP. What is still confusing is the Confusion Matrix under metrics. Otherwise it is really nice to be able to go in and set up datasets and models and run tests without knowing code to manipulate the API's. I need more time with it though as we are using this for a POC and I'm waiting for larger datasets to train, test and verify. I notice that it expires after 30 days, which is in a week. How can I extend the trial?

Dennis Schultz
Four Star Ranger
08/24/2020

Thanks for taking a look at the Einstein Vision and Language Model Builder, Ric. Yes, the confusion matrix is, well, confusing. There is an overview of the Model Confusion Matrix in the API documentation at https://metamind.readme.io/page/model-confusion-matrix. Additionally, we have added some features to recent releases to make it easier to understand the confusion matrix in the Model Builder by adding an index number to rows/columns and providing hover text to explain the results of each cell.

Diptiman Prusty

UI Looks good but the Setup information is not clear.

There are 4 fields to fill up in the Einstein Settings custom settings. Location - User/Profile. What is the use for this? Cert name - einstein_platform.pem I believe Einstein email - platform signup email Secret key - which key? If there is a readme file with the details it would help

Surabhi Ravishankar
03/18/2020

Diptiman Prusty, Thank you for the review. The documentation and the UI has been updated and you will be able to find all the information you need. Click on the Overview tab and scroll down to the "Customization Guides" section. Hope this helps!