From a0ca44681b5c27cccf037952adf3d4b9a0551a95 Mon Sep 17 00:00:00 2001 From: Paula Ledgerwood Date: Fri, 27 Sep 2024 11:46:18 -0700 Subject: [PATCH] [MFE][InferencePools] Add operation IDs (#30776) Co-authored-by: Paula Ledgerwood --- .../preview/2024-10-01-preview/mfe.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2024-10-01-preview/mfe.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2024-10-01-preview/mfe.json index ec4ad481977e..6441dc64c8c1 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2024-10-01-preview/mfe.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2024-10-01-preview/mfe.json @@ -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" ], @@ -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" ], @@ -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" ],