Skip to content

Commit 567a4db

Browse files
refactor: change baseline config param names to keep with convention and be more cx friendly
1 parent 700ab47 commit 567a4db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/clarify.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@
330330
SchemaOptional("baseline"): Or(
331331
str,
332332
{
333-
SchemaOptional("target_ts", default="zero"): str,
334-
SchemaOptional("related_ts"): str,
333+
SchemaOptional("target_time_series", default="zero"): str,
334+
SchemaOptional("related_time_series"): str,
335335
SchemaOptional("static_covariates"): [Or(str, int, float)],
336336
},
337337
),

0 commit comments

Comments
 (0)