Skip to content

Commit 8b4877d

Browse files
Merge pull request #220465 from AbeOmor/patch-68
added new CLI snippets
2 parents 6c9ba31 + a8dfbb8 commit 8b4877d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-manage-models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Create a job specification YAML file (`<file-name>.yml`). Specify in the `inputs
357357
1. The `type`; whether the model is a `mlflow_model`,`custom_model` or `triton_model`.
358358
1. The `path` of where your data is located; can be any of the paths outlined in the [Supported Paths](#supported-paths) section.
359359

360-
<!-- :::code language="yaml" source="~/azureml-examples-main/CLI/assets/model/job-model-as-input.yml"::: >
360+
:::code language="yaml" source="~/azureml-examples-main/CLI/jobs/basics/hello-model-as-input.yml":::
361361

362362
Next, run in the CLI
363363

@@ -421,7 +421,7 @@ In your job you can write model to your cloud-based storage using *outputs*.
421421

422422
Create a job specification YAML file (`<file-name>.yml`), with the `outputs` section populated with the type and path of where you would like to write your data to:
423423

424-
<!-- :::code language="yaml" source="~/azureml-examples-main/CLI/assets/model/job-model-as-output.yml"::: -->
424+
:::code language="yaml" source="~/azureml-examples-main/CLI/jobs/basics/hello-model-as-output.yml":::
425425

426426
Next create a job using the CLI:
427427

0 commit comments

Comments
 (0)