0

I am submitting Experiment as python``` experiment.submit(self.pipeline, name=job_name, tags=tags, **kwargs)

where: `self.pipeline` is `azureml.pipeline.core.Pipeline object.`. But after submition, in azure portal it has no published pipeline id. Instead it there is `-` symbol.

I tried find out if it has any `id` parameter, but resultless.

1 Answers1

0

Based on the provided information it seems, your pipeline is not published.

enter image description here

To publish your pipeline, you can check this documentation

Once you publish the pipeline, you will be able to get the details.

enter image description hereenter image description here

RishabhM
  • 525
  • 1
  • 5