Skip to content

Commit

Permalink
[MFE][InferencePools] Add operation IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula Ledgerwood committed Sep 27, 2024
1 parent 1acbca8 commit a02dfd8
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9899,7 +9899,8 @@
"tags": [
"InferenceDeltaModel"
],
"summary": "InferenceGroups_GetDeltaModelsStatus",
"summary": "Retrieve status of delta models associated with the InferenceGroup and the target base model.",
"operationId": "InferenceGroups_GetDeltaModelsStatusAsync",
"consumes": [
"application/json"
],
Expand Down Expand Up @@ -9969,7 +9970,8 @@
"tags": [
"InferenceDeltaModel"
],
"summary": "InferenceGroups_ListDeltaModels",
"summary": "List delta models associated with the InferenceGroup and the target base model.",
"operationId": "InferenceGroups_ListDeltaModelsAsync",
"consumes": [
"application/json"
],
Expand Down Expand Up @@ -10042,7 +10044,8 @@
"tags": [
"InferenceDeltaModel"
],
"summary": "InferenceGroups_ModifyDeltaModels",
"summary": "Modify delta models associated with the InferenceGroup and the target base model.",
"operationId": "InferenceGroups_ModifyDeltaModelsAsync",
"consumes": [
"application/json"
],
Expand Down

0 comments on commit a02dfd8

Please sign in to comment.