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.
Based on the provided information it seems, your pipeline is not published.
To publish your pipeline, you can check this documentation
Once you publish the pipeline, you will be able to get the details.