Skip to content

Commit d3f4274

Browse files
Jonathan Makungamufaddal-rohawala
authored andcommitted
Channel name
1 parent f2062a7 commit d3f4274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/serve/utils/optimize_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def _generate_channel_name(additional_model_data_sources: Optional[List[Dict]])
168168
Returns:
169169
str: The channel name.
170170
"""
171-
channel_name = "model-builder-channel"
171+
channel_name = "draft-model"
172172
if additional_model_data_sources and len(additional_model_data_sources) > 0:
173173
channel_name = additional_model_data_sources[0].get("ChannelName", channel_name)
174174

0 commit comments

Comments
 (0)