c0e384416a
* updated model example structure * remove on needed file reference * updated path * added updated workflows * Update README.md |
||
---|---|---|
.. | ||
mlflow-model | ||
README.md | ||
local-file.yml | ||
local-mlflow.yml |
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 amodel
asset by uploading local file. -
Sample
YAML
files for creating amodel
asset by uploading MLflow folder. -
Sample
YAML
files for using amodel
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.