Skip to content

Commit 14a9bab

Browse files
committed
edits
1 parent 3934900 commit 14a9bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ The environment is the environment in which the component runs. It could be an A
189189

190190
Although some components are specific to a particular pipeline, the real benefit of components comes from reuse and sharing. You can register a component in your Machine Learning workspace to make it available for reuse. Registered components support automatic versioning so you can update the component but ensure that pipelines that require an older version will continue to work.
191191

192-
In the `azureml-examples repository`, go to the `cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components` directory.
192+
In the azureml-examples repository, go to the `cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components` directory.
193193

194194
To register a component, use the `az ml component create` command:
195195

0 commit comments

Comments
 (0)