Validate the request, render the DAG, persist a queued job.
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.
Request to train an AutoML model.
Required field presence depends on problem_type; see the matrix in
the module docstring. Combinations are enforced by _validate_shape.
Human-readable training run name.
Business domain for governance.
Username who owns this run.
Fully qualified Iceberg training table (catalog.schema.table).
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 Value treated as the positive class for binary classification.
Override feature columns; if omitted, the DAG infers from the schema.
Group/query identifier for ranking.
ISO date string. Rows with the time column < cutoff go to train, >= cutoff to test. Optional; default 80/20 random split.
Column used by train_split_cutoff. Required if cutoff is set.
Job created with rendered DAG.
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.