You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix] Reading model serving endpoint with no config (#4603)
## Changes
<!-- Summary of your changes that are easy to understand -->
Importing model serving with empty config should not throw `Error:
cannot read model serving: panic: runtime error: invalid memory address
or nil pointer dereference`
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [x] `make test` run locally
- [x] covered with integration tests in `internal/acceptance`
- [x] using Go SDK
NO_CHANGELOG=true
0 commit comments