How can we retrieve the latest version of the model from the AML workspace and pass it dynamically in the CLI command for model package?
CLI command :
az ml model package --in image-stage-test -m model_test:1 --ic inferenceConfiguration.json -g $(ml.resourseGroup) -w $ (ml.workspace)
I don't wish to pass a static value and pass it dynamically.
Any help would be appreciated.