-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
ParallelRunStep progress metric #18357
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github. Issue DetailsIs your feature request related to a problem? Please describe. Describe the solution you'd like Describe alternatives you've considered
|
Thanks for the issue! The team will investigate this asap |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @shivanissambare. Issue DetailsIs your feature request related to a problem? Please describe. Describe the solution you'd like Describe alternatives you've considered
|
@tracychms please help with this issue |
Thanks for the feedback. In Studio, if you go to the step's Metrics tab, you will be able to see a chart/table of execution progress, including remaining items, remaining mini batches, failed items, etc. |
That's great thanks! |
Review request for Microsoft.ContainerService to add version 2022-03-01 (Azure#18686) * Adds base for updating Microsoft.ContainerService from version stable/2022-02-01 to version 2022-03-01 * Updates readme * Updates API version in new specs and examples * Update readmes for the 2022-03-01 dev branch of container service (Azure#18357) * update readme * update sdk readmes * feat: add ManagedCluster StorageProfile in 0301 (Azure#18594) Signed-off-by: Ji An Liu <jiliu8@microsoft.com> * Replace common type definitions with references since 2022-03-01 for Microsoft.ContainerService (Azure#18568) * replace Resource * replacing systemData * replace parameters * fix: replace Resource with TrackedResource * replace track2 with python Co-authored-by: Ji'an Liu <jiliu8@microsoft.com>
Is your feature request related to a problem? Please describe.
During a ParallelRunStep execution, It is not possible to know how many items have been processed and how many are left. In long runs, it would be nice to know at least the processed/total metric, to assess its progress and estimation time to finish.
Describe the solution you'd like
I'd like to access through the python api or through the details tab of a ParallelRunStep to the percentage of processed items.
Describe alternatives you've considered
I guess I could parse somehow the logs and create my own tool to compute this metric, but I think this solution is a little bit messy and it would be much more cleaner to access this information from the ML Studio or the API
The text was updated successfully, but these errors were encountered: