SageMaker integration
You can now import Sagemaker models into BaseTen and use them in your applications. Head over to the Import model dialog on Models page to browse your deployed models on SageMaker and import the one...
See our latest feature releases, product improvements and bug fixes
Oct 15, 2021
You can now import Sagemaker models into BaseTen and use them in your applications. Head over to the Import model dialog on Models page to browse your deployed models on SageMaker and import the one...
Aug 27, 2021
The Filepicker component in the View Builder now supports uploading multiple files! Just select everything you’d like to upload when you click on Browse and watch the magic happen ✨ Note: files...
Aug 19, 2021
We’ve incorporated an onboarding checklist into Baseten’s home screen for all users! If you’re a veteran Baseten user (thanks for the support, we ❤️ you), you can easily get rid of the checklist for...
Aug 5, 2021
We've added BigQuery to the growing list of 3rd party data sources that are natively supported within BaseTen. To allow your BaseTen apps to read from and write to your BigQuery tables, first create...
Jul 29, 2021
We've added a new Plotly charting component in the view builder. The component uses the Plotly JSON chart schema that can be modified in the view builder itself or can be populated from a worklet....
Jul 29, 2021
We've added the ability for worklets to be invoked at a scheduled cadence. These scheduled runs work very similarly to cron and can be invoked hourly, daily, or weekly in whatever timezone you...
Jul 21, 2021
Previously, when you logged into Baseten, you would land on the Applications page. While Applications will be one of the most common resources you visit, landing here made it nearly impossible to...
Jul 6, 2021
To keep sensitive data like API keys and passwords secret, instead of including those in plaintext in code you can now use the secret manager to store them and retrieve them in code only when needed....
May 5, 2021
Your Baseten applications and machine learning models are restricted to your organization — no one outside of your Baseten organization can access them. However you can now explicitly share an...
Apr 14, 2021
Allowing you to write Python code without worrying about its execution environment is at the core of Baseten — no dockerfiles, no Kubernetes deployments, no Flask app boilerplate. However this...