Return the persisted training job, including the rendered DAG.
Documentation Index
Fetch the complete documentation index at: https://docs.nx1cloud.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
Training job ID.
Successful Response
A persisted training job.
Supervised / unsupervised problem categories.
binary_classification, multiclass_classification, regression, ranking, anomaly_detection, contextual_bandit Supported AutoML algorithms.
lightgbm_classifier, lightgbm_regressor, lightgbm_ranker, isolation_forest, vw_classifier, vw_regressor, vw_contextual_bandit Tuning presets shared across algorithms.
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 to QUEUED. QUEUED — DAG triggered, waiting for Airflow to pick it up. RUNNING — Airflow has the run going. COMPLETE/FAILED — terminal.
ready, queued, running, complete, failed The rendered DAG source. Populated on creation.