Skip to content

Commit fca7c43

Browse files
author
Daniel Duong
committed
chore: add missing doc update for new automl pipeline name
1 parent 5c4e2ef commit fca7c43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/automl/docs/pipeline-runs-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,8 +579,8 @@ The API automatically discovers all managed AutoML pipelines (time-series and ta
579579
4. Applies `page`/`pageSize` pagination to the merged list
580580

581581
**Discovery Details:**
582-
- Time-series prefix: configurable via `AUTOML_TIMESERIES_PIPELINE_NAME_PREFIX` (default: "automl-timeseries")
583-
- Tabular prefix: configurable via `AUTOML_TABULAR_PIPELINE_NAME_PREFIX` (default: "automl-tabular")
582+
- Time-series prefix: configurable via `AUTOML_TIMESERIES_PIPELINE_NAME_PREFIX` (default: "autogluon-timeseries-training-pipeline")
583+
- Tabular prefix: configurable via `AUTOML_TABULAR_PIPELINE_NAME_PREFIX` (default: "autogluon-tabular-training-pipeline")
584584
- Returns 500 if no managed AutoML pipelines are found in the namespace
585585

586586
## Error Responses

0 commit comments

Comments
 (0)