File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -561,7 +561,7 @@ def _prepare_for_training(self, job_name=None):
561
561
self ._hyperparameters [SAGEMAKER_REGION_PARAM_NAME ] = self .sagemaker_session .boto_region_name
562
562
563
563
def _stage_user_code_in_s3 (self ):
564
- """ Upload the user training script to s3 and return the location.
564
+ """Upload the user training script to s3 and return the location.
565
565
566
566
Returns: s3 uri
567
567
@@ -580,7 +580,7 @@ def _stage_user_code_in_s3(self):
580
580
directory = self .source_dir )
581
581
582
582
def _model_source_dir (self ):
583
- """ Gets the appropriate value to pass as source_dir to model constructor on deploying
583
+ """Get the appropriate value to pass as source_dir to model constructor on deploying
584
584
585
585
Returns:
586
586
str: Either a local or an S3 path pointing to the source_dir to be used for code by the model to be deployed
You can’t perform that action at this time.
0 commit comments