Manually trigger an AutoML training DAG
Training
Manually trigger an AutoML training DAG
Kick off a fresh DAG run via Airflow’s REST API.
POST
Manually trigger an AutoML training DAG
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Training job ID.
Response
Successful Response
A persisted training job.
Supervised / unsupervised problem categories.
Available options:
binary_classification, multiclass_classification, regression, ranking, anomaly_detection, contextual_bandit Supported AutoML algorithms.
Available options:
lightgbm_classifier, lightgbm_regressor, lightgbm_ranker, xgboost_classifier, xgboost_regressor, xgboost_ranker, isolation_forest, vw_classifier, vw_regressor, vw_contextual_bandit Tuning presets shared across algorithms.
Available options:
fast, balanced, best_quality Lifecycle of an AutoML training job.
READY: DAG uploaded but not yet triggered. The user opted out of auto-trigger at create time. Manual trigger flips it toQUEUED.QUEUED: DAG triggered, waiting for Airflow to pick it up.RUNNING: Airflow has the run going.COMPLETE/FAILED: terminal.
Available options:
ready, queued, running, complete, failed The rendered DAG source. Populated on creation.

