Skip to content

Commit 12efcc2

Browse files
chuyang-dengChuyang Deng
and
Chuyang Deng
authored
fix: update DatasetFormat key name for sagemakerCaptureJson (#1505)
Co-authored-by: Chuyang Deng <[email protected]>
1 parent f5648c6 commit 12efcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/model_monitor/dataset_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ def sagemaker_capture_json():
5858
dict: JSON string containing DatasetFormat to be used by DefaultModelMonitor.
5959
6060
"""
61-
return {"sagemaker_capture_json": {}}
61+
return {"sagemakerCaptureJson": {}}

0 commit comments

Comments
 (0)