microsoft / MLOpsPython

MLOps using Azure ML Services and Azure DevOps
MIT License
1.21k stars 1.1k forks source link

Question about the util/smoke_test_scoring_service.py #359

Open pankaja0285 opened 3 years ago

pankaja0285 commented 3 years ago

In the args.service - what does this parameter refer to? Meaning is the --service that we pass is the published pipeline id?

Meaning when we publish for e.g. the _diabetes_regression_build_parallel_batchscorepipeline.py

So, can I use the pipeline_id_string as the service url when doing the smoke test? _python smoke_test_scoring_service.py --service _

Please respond