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
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 _
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
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_
Please respond