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 a50e868 commit 21c5288Copy full SHA for 21c5288
src/sagemaker/modules/train/model_trainer.py
@@ -699,7 +699,7 @@ def train(
699
training_job_name=current_training_job_name,
700
algorithm_specification=algorithm_specification,
701
hyper_parameters=string_hyper_parameters,
702
- input_data_config=input_data_config,
+ input_data_config=self.input_data_config,
703
resource_config=resource_config,
704
vpc_config=vpc_config,
705
# Public Instance Attributes
0 commit comments