We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e0dfb commit 2e9f14eCopy full SHA for 2e9f14e
openlayer/__init__.py
@@ -965,7 +965,7 @@ def load_inference_pipeline(
965
) -> InferencePipeline:
966
"""Loads an existing inference pipeline from an Openlayer project."""
967
name = name or "Production"
968
- endpoint = f"/projects/{project_id}/inference-pipelines?name={name}"
+ endpoint = f"projects/{project_id}/inference-pipelines?name={name}"
969
inference_pipeline_data = self.api.get_request(endpoint)
970
if len(inference_pipeline_data["items"]) == 0:
971
raise exceptions.OpenlayerResourceNotFound(
0 commit comments