Skip to content

Commit ea131c6

Browse files
feat(llm_inference): add model_id field in Deployment message (#2102)
Co-authored-by: Laure-di <[email protected]>
1 parent e51e267 commit ea131c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/inference/v1beta1/inference_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,9 @@ type Deployment struct {
337337
// ModelName: the inference model used for the deployment.
338338
ModelName string `json:"model_name"`
339339

340+
// ModelID: ID of the model used for the deployment.
341+
ModelID string `json:"model_id"`
342+
340343
// CreatedAt: creation date of the deployment.
341344
CreatedAt *time.Time `json:"created_at"`
342345

0 commit comments

Comments
 (0)