We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f85f8 commit f08349dCopy full SHA for f08349d
1 file changed
sagemaker-train/src/sagemaker/train/model_trainer.py
@@ -342,8 +342,8 @@ def _populate_intelligent_defaults_from_training_job_space(self):
342
config_path=TRAINING_JOB_SUBNETS_PATH
343
)
344
if self.networking.security_group_ids is None:
345
- self.networking.subnets = self.config_mgr.resolve_value_from_config(
346
- config_path=TRAINING_JOB_SUBNETS_PATH
+ self.networking.security_group_ids = self.config_mgr.resolve_value_from_config(
+ config_path=TRAINING_JOB_SECURITY_GROUP_IDS_PATH
347
348
349
if not self.output_data_config:
0 commit comments