Skip to content

Commit

Permalink
fix ML task index mapping (#2949)
Browse files Browse the repository at this point in the history
Signed-off-by: Yaliang Wu <[email protected]>
(cherry picked from commit 091f5df)
  • Loading branch information
ylwu-amzn authored and github-actions[bot] committed Sep 13, 2024
1 parent d79ad1e commit 2e3dd45
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,11 +391,10 @@ public class CommonValue {
+ " \""
+ MLTask.IS_ASYNC_TASK_FIELD
+ "\" : {\"type\" : \"boolean\"}, \n"
+ USER_FIELD_MAPPING
+ " }\n"
+ "}"
+ " \""
+ MLTask.REMOTE_JOB_FIELD
+ "\" : {\"type\": \"flat_object\"}\n"
+ "\" : {\"type\": \"flat_object\"}, \n"
+ USER_FIELD_MAPPING
+ " }\n"
+ "}";

Expand Down

0 comments on commit 2e3dd45

Please sign in to comment.