-
Notifications
You must be signed in to change notification settings - Fork 29
aiservices cli improvements #766
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
aiservices cli improvements #766
Conversation
…goscale utilities
4955a0f to
3061ab1
Compare
| if err != nil { | ||
| return | ||
| } | ||
| err = r.Body.Close() | ||
| if err != nil { | ||
| return | ||
| } |
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.
If you want you can t.Fail() here
cmd/aiservices/deployment/helpers.go
Outdated
| @@ -0,0 +1,3 @@ | |||
| package deployment | |||
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.
Let's remove the file ?
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.
Oops I thought I had done it 👀 . Absolutely
| Replicas int64 `json:"replicas"` | ||
| ServiceLevel string `json:"service_level"` | ||
| DeploymentURL string `json:"deployment_url"` | ||
| ModelID *v3.UUID `json:"model_id"` |
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.
is this one need to be a pointer?
Description
shortcut story: sc-151282
Also fixes sc-151025 by bumping egoscale
Checklist
(For exoscale contributors)
Changelog updatedno changes for the usersTesting
simply created and deleted models and instances.