We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2062a7 commit d3f4274Copy full SHA for d3f4274
src/sagemaker/serve/utils/optimize_utils.py
@@ -168,7 +168,7 @@ def _generate_channel_name(additional_model_data_sources: Optional[List[Dict]])
168
Returns:
169
str: The channel name.
170
"""
171
- channel_name = "model-builder-channel"
+ channel_name = "draft-model"
172
if additional_model_data_sources and len(additional_model_data_sources) > 0:
173
channel_name = additional_model_data_sources[0].get("ChannelName", channel_name)
174
0 commit comments