Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Runs #9

Closed
Tom-McQuillan opened this issue Jan 15, 2025 · 1 comment · Fixed by #10
Closed

Support for Runs #9

Tom-McQuillan opened this issue Jan 15, 2025 · 1 comment · Fixed by #10
Assignees
Labels
enhancement New feature or request

Comments

@Tom-McQuillan
Copy link
Collaborator

Core feature request:

  1. Creating a Run
  2. Attaching datasets
  3. Attaching videos

This is an overview of how the python API handles runs: https://docs.nominal.io/python/runs/overview
API Reference overview: https://docs.nominal.io/api-reference/run/create-run
image

The python API does the following:

  1. Create a Run
  2. Create a Run off of an Asset
  3. Add data to a run
  4. Run data with ref names
  5. Check if a Run exists
  6. Update a Run
  7. Run attachments
  8. Retrieve a Run
  9. Query Runs
  10. Remove Run Data Sources
@Tom-McQuillan Tom-McQuillan added the enhancement New feature or request label Jan 15, 2025
@Tom-McQuillan Tom-McQuillan self-assigned this Jan 20, 2025
@Tom-McQuillan Tom-McQuillan linked a pull request Jan 27, 2025 that will close this issue
@Tom-McQuillan
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant