MLOpsPython
MLOpsPython copied to clipboard
Question about the util/smoke_test_scoring_service.py
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_batchscore_pipeline.py
- here at the end when we publish you are printing for e.g.
pipeline_id_string = "##vso[task.setvariable variable=pipeline_id;isOutput=true]{}".format( # NOQA: E501 published_pipeline.id ) print(pipeline_id_string)
So, can I use the pipeline_id_string as the service url when doing the smoke test? python smoke_test_scoring_service.py --service <pipeline_id_string>
Please respond