From a3bcc9d91eefce840db1aa04e66e329e02011104 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 27 Oct 2024 21:28:36 +0100 Subject: [PATCH] chore: schema.json updated --- build_helpers/schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build_helpers/schema.json b/build_helpers/schema.json index 6a73e75b0..6227829d9 100644 --- a/build_helpers/schema.json +++ b/build_helpers/schema.json @@ -1383,6 +1383,11 @@ "type": "string", "default": "example" }, + "wait_for_training_iteration_on_reload": { + "description": "Wait for the next training iteration to complete after /reload or ctrl+c.", + "type": "boolean", + "default": true + }, "feature_parameters": { "description": "The parameters used to engineer the feature set", "type": "object",