We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c9bfc commit 217e8d1Copy full SHA for 217e8d1
src/sagemaker/inference_recommender/inference_recommender_mixin.py
@@ -145,10 +145,10 @@ def right_size(
145
)
146
147
if endpoint_configurations or traffic_pattern or stopping_conditions or resource_limit:
148
- LOGGER.info("Advance Job parameters were specified. Running Advanced job...")
+ LOGGER.info("Advanced Job parameters were specified. Running Advanced job...")
149
job_type = "Advanced"
150
else:
151
- LOGGER.info("Advance Job parameters were not specified. Running Default job...")
+ LOGGER.info("Advanced Job parameters were not specified. Running Default job...")
152
job_type = "Default"
153
154
self._init_sagemaker_session_if_does_not_exist()
0 commit comments