Amazon Redshift MLvs
AWS SageMaker


AWS SageMaker: Build, train, and deploy machine learning models at scale

SQL statements in Redshift that train models on SageMaker and return them as functions
As of 30 August 2026, Amazon Redshift ML is free to use. Redshift ML lets an analyst create and use a model with SQL, with training handed to SageMaker behind the scenes. Softwr lists it under Machine Learning. Amazon Redshift ML is made by Amazon Web Services, launched in 2006, available on Web.
Overview
Redshift ML is a feature of Amazon Redshift rather than a product of its own. A CREATE MODEL statement exports the selected rows to S3, passes them to Amazon SageMaker, in the default path SageMaker Autopilot, which trains and evaluates a set of candidate models and selects one, and then compiles the winner back into the Redshift cluster as a SQL function you call inside a SELECT. It also supports bringing an existing model, either compiled locally into the cluster or invoked remotely against a SageMaker endpoint. The analyst never opens a notebook, never configures training infrastructure and never leaves SQL. What it removes is the handoff. In most organisations the data is in the warehouse and the modelling happens somewhere else, which means an export, a schedule, a second set of credentials and a standing argument about who owns the resulting pipeline. Redshift ML collapses that into a statement someone who already has warehouse access can write this afternoon. That is worth a great deal to an analytics team whose alternative is a six-week queue in front of a small data science group, and it is worth close to nothing to a team that already has a functioning ML platform. It is used by analytics teams inside Redshift shops who want a propensity, churn or forecast column available to a dashboard. The trade-off is two invoices and one cloud. Training runs on SageMaker and appears on the SageMaker line, where the analyst who ran the statement usually cannot see it, and Autopilot will explore many candidates unless the data size or the MAX_CELLS setting constrains it. The resulting model is also inseparable from AWS: local inference executes inside the Redshift cluster and the artefact is not something you take to another warehouse.
The honest half
Concrete and checkable, so you can decide whether any of them matter to you. This is the half of a review a vendor will not write about Amazon Redshift ML.
Cross-shopped
Each pairing was judged by two reviewers asking whether a buyer would genuinely weigh the two against each other. The ones that failed were deleted rather than published.


AWS SageMaker: Build, train, and deploy machine learning models at scale


Google Vertex AI: Unified ML platform to build, deploy, and scale AI models


Azure Machine Learning: Enterprise-grade machine learning service


DataRobot: Enterprise AI platform for automated machine learning
Pricing
Taken from the vendor's own pricing page. Prices move, so check before you buy.
Free Trial
Free
On-Demand
$0.25 /hour
Capabilities
CREATE MODEL in SQL
Trains a model from a SELECT statement without leaving the warehouse interface
Automatic model selection
SageMaker Autopilot explores candidate algorithms and hyperparameters and returns the best performer
Local inference
The chosen model is compiled into the Redshift cluster so predictions run as a SQL function with no network call
Bring your own model
Points at an existing SageMaker-trained model, either compiled locally or invoked as a remote endpoint
Algorithm selection
Supports specifying XGBoost, linear learner, multilayer perceptron or K-means directly instead of automatic search
Cost ceiling controls
MAX_CELLS and related settings bound how much data and search the training job will consume
Existing warehouse security
Model access follows the same Redshift grants and IAM roles as the underlying tables
Batch and interactive scoring
Predictions run inline in any query, so scores can be joined and filtered like any other column
Answered, with sources
Each answer names the page it came from, so you can check it rather than take our word for it.
Yes. Redshift ML is an interface; the training happens in SageMaker and needs an IAM role and an S3 bucket for the intermediate data.
The SQL interface is part of Redshift, but the training runs as a SageMaker job charged at SageMaker rates, and a remote inference endpoint is billed for as long as it exists.
Regression, binary and multiclass classification through the automatic path, plus direct use of XGBoost, linear learner, multilayer perceptron and K-means. Anything beyond structured tabular prediction is out of scope.
Yes, through the bring-your-own-model path, either compiled into the cluster for local inference or called as a remote SageMaker endpoint.
No. Retraining means running CREATE MODEL again, on a schedule you build yourself, and nothing in the product monitors whether it is needed.
Behind it
Keep looking
Microsoft's managed platform for training, tracking and deploying models on Azure
The machine learning library inside Apache Spark, for data that will not fit on one machine
Visual workflow data science platform, now sold by Altair as AI Studio
Unified analytics platform for data engineering and data science
Git-style versioning for data sets and models, with the files kept in object storage
LLM engineering platform for testing and evaluating AI agents in production
Softwr does not host reviews and shows no star rating for Amazon Redshift ML, because a rating we did not collect is not ours to publish. What is here is the pricing and platform detail from the vendor’s own pages, limitations we could state concretely, and alternatives a reviewer confirmed people weigh against it. Tell us if any of it is wrong.
What people switch to, and what they give up
Every tier, and where the cost actually lands
Put it head to head with anything we hold
Its rating, and an embed for your own site
Open-source MLOps platform for experiment tracking and orchestration
Open-source self-hosted, with paid hosted and enterprise tiersLLM engineering platform for testing and evaluating AI agents in production
Tiered subscription with usage-based overage chargesOpen-source AI orchestration framework for LLM applications
Open-source with optional paid enterprise supportThe world's most popular data science platform