Skip to content

Commit 9a6b9f5

Browse files
Merge pull request #264776 from cloga/lochen/pipelinecomponent-ga
remove preview tag for pipeline component
2 parents 411c305 + eacf212 commit 9a6b9f5

4 files changed

+6
-6
lines changed

articles/machine-learning/how-to-create-component-pipelines-ui.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ This example uses `train.yml` [in the directory](https://github.com/Azure/azurem
6262
>[!Note]
6363
> When register components in UI, `code` defined in the component YAML file can only point to the current folder where YAML file locates or the subfolders, which means you cannot specify `../` for `code` as UI cannot recognize the parent directory.
6464
> `additional_includes` can only point to the current or sub folder.
65+
> Currently, UI only supports registering components with `command` type.
6566
6667
2. Select Upload from **Folder**, and select the `1b_e2e_registered_components` folder to upload. Select `train.yml` from the drop-down list.
6768

articles/machine-learning/how-to-share-models-pipelines-across-workspaces-with-registries.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ For more information on components, see the following articles:
209209
* [How to use components in pipelines (CLI)](how-to-create-component-pipelines-cli.md)
210210
* [How to use components in pipelines (SDK)](how-to-create-component-pipeline-python.md)
211211
212+
> [!IMPORTANT]
213+
> Registry only support to have named assets (data/model/component/environment). If you to reference an asset in a registry, you need to create it in the registry first. Especially for pipeline component case, if you want reference component or environment in pipeline component, you need first create the component or environment in the registry.
214+
212215
# [Azure CLI](#tab/cli)
213216
214217
Make sure you are in the folder `cli/jobs/pipelines-with-components/nyc_taxi_data_regression`. You'll find the component definition file `train.yml` that packages a Scikit Learn training script `train_src/train.py` and the [curated environment](resource-curated-environments.md) `AzureML-sklearn-0.24-ubuntu18.04-py37-cpu`. We'll use the Scikit Learn environment created in pervious step instead of the curated environment. You can edit `environment` field in the `train.yml` to refer to your Scikit Learn environment. The resulting component definition file `train.yml` will be similar to the following example:

articles/machine-learning/how-to-use-pipeline-component.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom:
1717
- ignite-2023
1818
---
1919

20-
# How to use pipeline component to build nested pipeline job (V2) (preview)
20+
# How to use pipeline component to build nested pipeline job (V2)
2121

2222
[!INCLUDE [dev v2](includes/machine-learning-dev-v2.md)]
2323

@@ -27,8 +27,6 @@ By using a pipeline component, the author can focus on developing sub-tasks and
2727

2828
In this article, you'll learn how to use pipeline component in Azure Machine Learning pipeline.
2929

30-
[!INCLUDE [machine-learning-preview-generic-disclaimer](includes/machine-learning-preview-generic-disclaimer.md)]
31-
3230
## Prerequisites
3331

3432
- Understand how to use Azure Machine Learning pipeline with [CLI v2](how-to-create-component-pipelines-cli.md) and [SDK v2](how-to-create-component-pipeline-python.md).

articles/machine-learning/reference-yaml-component-pipeline.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,14 @@ ms.date: 04/12/2023
1313
ms.reviewer: lagayhar
1414
---
1515

16-
# CLI (v2) pipeline component YAML schema (preview)
16+
# CLI (v2) pipeline component YAML schema
1717

1818
[!INCLUDE [cli v2](includes/machine-learning-cli-v2.md)]
1919

2020
The source JSON schema can be found at https://azuremlschemas.azureedge.net/latest/pipelineComponent.schema.json.
2121

2222
[!INCLUDE [schema note](includes/machine-learning-preview-old-json-schema-note.md)]
2323

24-
[!INCLUDE [machine-learning-preview-generic-disclaimer](includes/machine-learning-preview-generic-disclaimer.md)]
25-
2624
## YAML syntax
2725

2826
| Key | Type | Description | Allowed values | Default value |

0 commit comments

Comments
 (0)