mystic-ai / pipeline

Pipeline is an open source python SDK for building AI/ML workflows

Home Page:https://www.mystic.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pipeline Cloud does not enable new project creation or deployment

plutopulp opened this issue · comments

it would be nice to be able to create (or get a list) of projects on user account and with the project ID be able to call a
api.deploy(pipeline_id, project_id) that returns the pipeline_id which in turn we could use to execute runs in the new project all with the python client.

In general it would be nice if the library acted as a more general API client, e.g.

project = api.Project.create(name="…")
deployment = api.Deployment(project=project, pipeline="pipeline_abc123")
commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.