From: Swaraj Kumar Date: Tue, 7 Jan 2025 10:17:36 +0000 (+0530) Subject: Model Discovery in SME intergration X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=38374aa9de4457d0cf12e50275843b3237ea03bf;p=aiml-fw%2Faimlfw-dep.git Model Discovery in SME intergration Change-Id: Iaf47a334f022332e9efaab18a2ed1c90b66657d7 Signed-off-by: Swaraj Kumar --- diff --git a/demos/SME integration/config-nonrtric-mme.yaml b/demos/SME integration/config-nonrtric-mme.yaml index 3e6a7d2..24e9434 100644 --- a/demos/SME integration/config-nonrtric-mme.yaml +++ b/demos/SME integration/config-nonrtric-mme.yaml @@ -12,12 +12,29 @@ AIMLTrainingservice: Operations: - POST ResourceName: "RegisterModel" - Uri: "ai-ml-model-registration/v1/model-registrations/" + Uri: "ai-ml-model-registration/v1/model-registrations" - CommType: REQUEST_RESPONSE Operations: - DELETE ResourceName: "DeleteModel" Uri: "ai-ml-model-registration/v1/model-registrations/{model_id}" + - CommType: REQUEST_RESPONSE + Operations: + - GET + - PUT + ResourceName: "ModelDetails" + Uri: "ai-ml-model-registration/v1/model-registrations/{model_id}" + - CommType: REQUEST_RESPONSE + Operations: + - POST + ResourceName: "UpdateArtifactVersion" + Uri: "ai-ml-model-registration/v1/model-registrations/updateArtifact/{model_name}/{model_version}/{artifact_version}" + - CommType: REQUEST_RESPONSE + Operations: + - GET + ResourceName: "ModelDiscovery" + Uri: "ai-ml-model-discovery/v1/models" + ApiName: AIMLT-MME-requests