Updating arguments schema TrainingJob Creation JSON 69/14169/1
authorashishj1729 <jain.ashish@samsung.com>
Thu, 13 Feb 2025 11:43:31 +0000 (17:13 +0530)
committerashishj1729 <jain.ashish@samsung.com>
Thu, 13 Feb 2025 12:02:17 +0000 (17:32 +0530)
Change-Id: I569d2000c9060bd87fb4ca55185c77bbaaa2aa75
Signed-off-by: ashishj1729 <jain.ashish@samsung.com>
docs/installation-guide.rst

index 6323fbf..dd29007 100755 (executable)
@@ -524,7 +524,7 @@ You can create a TrainingJob using the following cURL command:
                             "dataPipeline": {
                                 "feature_group_name": <Name of FeatureGroup created >,
                                 "query_filter": "<This query-filter will be used to filter/transform your features>",
-                                "arguments": "{'epochs': 1}"
+                                "arguments": {"epochs": 1}
                             },
                             "trainingPipeline": {
                                     "training_pipeline_name": "qoe_Pipeline", 
@@ -563,7 +563,7 @@ Following is the example used for Standalone-InfluxDb as a Data-Source:
                             "dataPipeline": {
                                 "feature_group_name": <Name of FeatureGroup created >,
                                 "query_filter": "",
-                                "arguments": "{'epochs': 1}"
+                                "arguments": {"epochs": 1}
                             },
                             "trainingPipeline": {
                                     "training_pipeline_name": "qoe_Pipeline",