How to trigger Clustering Definition training based on condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago - last edited an hour ago
Hi everyone,
I’m working with a Clustering Definition in Predictive Intelligence and need to automatically trigger model training based on a specific condition.
Requirement
I have a custom table, u_requestion, with a field called status.
When the status value changes to "clustering", I want the ML clustering model to start training automatically.
What I’ve tried
Created a Business Rule to trigger training
Attempted to use the
ml_training_request_scheduletable withexecuteNow()
However, this approach did not work.
My question
What is the correct and supported way to:
Trigger Clustering Definition training programmatically
Based on a field change (
status = "clustering")
Any guidance, best practices, or working examples would be greatly appreciated.
Thanks in advance!
