MLOpsPython icon indicating copy to clipboard operation
MLOpsPython copied to clipboard

Question about the util/smoke_test_scoring_service.py

Open pankaja0285 opened this issue 3 years ago • 0 comments

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

pankaja0285 avatar May 06 '21 14:05 pankaja0285