From f617e10c6dadb95304f3c43501bc89146f2b7090 Mon Sep 17 00:00:00 2001 From: ashishj1729 Date: Thu, 13 Feb 2025 17:13:31 +0530 Subject: [PATCH] Updating arguments schema TrainingJob Creation JSON Change-Id: I569d2000c9060bd87fb4ca55185c77bbaaa2aa75 Signed-off-by: ashishj1729 --- docs/installation-guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 6323fbf..dd29007 100755 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -524,7 +524,7 @@ You can create a TrainingJob using the following cURL command: "dataPipeline": { "feature_group_name": , "query_filter": "", - "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": , "query_filter": "", - "arguments": "{'epochs': 1}" + "arguments": {"epochs": 1} }, "trainingPipeline": { "training_pipeline_name": "qoe_Pipeline", -- 2.16.6