From 3495d44b80da6bdff712c249deb885c9b3e13ce9 Mon Sep 17 00:00:00 2001 From: rajdeep11 Date: Tue, 16 Jul 2024 12:31:06 +0530 Subject: [PATCH] Changes in the doc changing the request examples for trainingjob and featuregroup creation Change-Id: I92f9454986119b4420414c75c200168c74e79dec Signed-off-by: rajdeep11 --- docs/installation-guide.rst | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index e8310f1..18e5c5b 100755 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -331,6 +331,9 @@ NOTE: Below are some example values to be used for the DME based feature group c | DB Token | | | | | +--------------------+-------------------------------------------------------------------+ +| _measurement | test,ManagedElement=nodedntest,GNBDUFunction=1004,NRCellDU=c4_B2 | +| | | ++--------------------+-------------------------------------------------------------------+ | DME flag | enable it | | | | +--------------------+-------------------------------------------------------------------+ @@ -373,6 +376,9 @@ NOTE: Below are some example values to be used for the standalone influx DB crea | DB Token | | | | | +--------------------+-------------------------------------------------------------------+ +| _measurement | liveCell | +| | | ++--------------------+-------------------------------------------------------------------+ Register Model (optional) ------------------------- @@ -425,12 +431,6 @@ NOTE: Below are some example values to be used for the QoE usecase training job | Datalake Source | Influx DB | | | | +--------------------+-------------------------------------------------------------------+ -| _measurement | test,ManagedElement=nodedntest,GNBDUFunction=1004,NRCellDU=c4_B2 | -| | | -+--------------------+-------------------------------------------------------------------+ -| bucket | pm-logg-bucket | -| | | -+--------------------+-------------------------------------------------------------------+ | Feature Filter | | | | | +--------------------+-------------------------------------------------------------------+ @@ -462,12 +462,6 @@ NOTE: Below are some example values to be used for the QoE usecase training job | Datalake Source | Influx DB | | | | +--------------------+-------------------------------------------------------------------+ -| _measurement | test,ManagedElement=nodedntest,GNBDUFunction=1004,NRCellDU=c4_B2 | -| | | -+--------------------+-------------------------------------------------------------------+ -| bucket | pm-logg-bucket | -| | | -+--------------------+-------------------------------------------------------------------+ | Feature Filter | | | | | +--------------------+-------------------------------------------------------------------+ @@ -509,12 +503,6 @@ NOTE: Below are some example values to be used for the QoE usecase training job | Datalake Source | Influx DB | | | | +--------------------+-------------------------+ -| _measurement | liveCell | -| | | -+--------------------+-------------------------+ -| bucket | UEData | -| | | -+--------------------+-------------------------+ | Feature Filter | | | | | +--------------------+-------------------------+ @@ -543,12 +531,6 @@ NOTE: Below are some example values to be used for the QoE usecase training job | Datalake Source | Influx DB | | | | +--------------------+-------------------------+ -| _measurement | liveCell | -| | | -+--------------------+-------------------------+ -| bucket | UEData | -| | | -+--------------------+-------------------------+ | Feature Filter | | | | | +--------------------+-------------------------+ -- 2.16.6