ML Functions Release Notes
On this page
2025-12-16
Automatic ML Training App Lifecycle Management
When ML Functions are enabled for an organization, SingleStore now automatically provisions an associated ML Training app.
2025-11-18
Improved Data Validation and Guidance for ML Model Training
Training ML models now includes enhanced data validation with clearer guidance.
2025-11-07
Stronger Validation and New Field for ML Model Creation
The CreateMLModel API now enforces clearer constraints on model metadata and schema fields, helping you catch configuration issues earlier, where:
-
ProjectIDandworkspaceIDmust be valid UUIDs -
Nameallows only@,-, and_, with trimmed length between 4 and 200 characters -
Runtime string length 1 to 100 characters
-
ModelTyperestricted to Classification and Anomaly -
PipelineVersionlength 1 to 20 characters -
Descriptioneither null or 1 to 1000 characters after trimming -
SelectedFeaturemust be valid JSON (mandatory for Classification) -
TableNameandColumnNameallow leading and internal spaces but forbid/and trailing spaces, with a 256-character limit -
DBnamemust be alphanumeric/underscore and cannot start with a digit
In addition, a new optional TargetLabelColumn field is available for supervised anomaly detection workflows, complementing existing target series settings and enabling richer anomaly use cases.
Last modified: February 12, 2026