azureml-examples/cli/assets/model
Abraham Omorogbe c0e384416a updated model example structure (#1909)
* updated model example structure

* remove on needed file reference

* updated path

* added updated workflows

* Update README.md
2022-12-05 11:46:24 -08:00
..
mlflow-model Adding Model read/write to a job example (#1855) 2022-11-10 14:17:45 -08:00
README.md updated model example structure (#1909) 2022-12-05 11:46:24 -08:00
local-file.yml March CLI Breaking Changes (#1020) 2022-04-04 10:14:29 -07:00
local-mlflow.yml March CLI Breaking Changes (#1020) 2022-04-04 10:14:29 -07:00

README.md

Working with Model in Azure Machine Learning CLI 2.0

This repository contains example YAML files for creating model using Azure Machine learning CLI 2.0. This directory includes:

  • Sample YAML files for creating a model asset by uploading local file.

  • Sample YAML files for creating a model asset by uploading MLflow folder.

  • Sample YAML files for using a model asset as an input and output in a job.

  • To create a model asset using any of the sample YAML files provided in this directory, execute following command:

> az ml model create -f <file-name>.yml

To learn more about Azure Machine Learning CLI 2.0, follow this link.