-
Notifications
You must be signed in to change notification settings - Fork 115
Fix ml.get_trained_model_stats response #4056
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
Conversation
|
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
|
|
||
| peak_throughput_per_minute: long | ||
| /** The number of inference requests that were not processed because the queue was full. */ | ||
| rejection_execution_count?: integer |
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.
typo! should be rejected_execution_count
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.
| rejection_execution_count?: integer | |
| rejected_execution_count?: integer |
|
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
* Fix ml.get_trained_model_stats response * Fix typo (cherry picked from commit 60e7bab)
* Fix ml.get_trained_model_stats response * Fix typo (cherry picked from commit 60e7bab)
* Fix ml.get_trained_model_stats response * Fix typo (cherry picked from commit 60e7bab)
We were using a RoutingInfo when it's really a RoutingStateAndReason.