Skip to content

Commit

Permalink
feat(llm_inference): add model_id field in Deployment message (#2102)
Browse files Browse the repository at this point in the history
Co-authored-by: Laure-di <62625835+Laure-di@users.noreply.github.com>
  • Loading branch information
scaleway-bot and Laure-di authored Jun 12, 2024
1 parent e51e267 commit ea131c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/inference/v1beta1/inference_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,9 @@ type Deployment struct {
// ModelName: the inference model used for the deployment.
ModelName string `json:"model_name"`

// ModelID: ID of the model used for the deployment.
ModelID string `json:"model_id"`

// CreatedAt: creation date of the deployment.
CreatedAt *time.Time `json:"created_at"`

Expand Down

0 comments on commit ea131c6

Please sign in to comment.