Skip to content

Commit 467c679

Browse files
refactor: baseline config from list to dictionary where key is item_id value
1 parent 567a4db commit 467c679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/clarify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
{
333333
SchemaOptional("target_time_series", default="zero"): str,
334334
SchemaOptional("related_time_series"): str,
335-
SchemaOptional("static_covariates"): [Or(str, int, float)],
335+
SchemaOptional("static_covariates"): {Or(str, int): [Or(str, int, float)]},
336336
},
337337
),
338338
},

0 commit comments

Comments
 (0)