-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add feature for querying dedicated deployment usage (per workspace) #337
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm.
PS: if you need to bump the version lmk and I'll aprove again ;-)
@tonylampada Thank you so much! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
…oflow/roboflow-python into dedicated-deployment-add-usage-query
Description
Add feature for querying dedicated deployment usage:
all deployments in a workspace:
roboflow deployment usage_workspace [from_timestamp] [to_timestamp]
a specific active deployment:
roboflow deployment usage_deployment deployment_name [from_timestamp] [to_timestamp]
Type of change
Please delete options that are not relevant.
How has this change been tested, please provide a testcase or example of how you tested the change?
Tested locally
Any specific deployment considerations
For example, documentation changes, usability, usage/costs, secrets, etc.
Docs