File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1724,7 +1724,7 @@ def create_tuning_job(
17241724
17251725    def  describe_tuning_job (self , job_name ):
17261726        """Calls the DescribeHyperParameterTuningJob API for the given job name 
1727-              and returns the response. 
1727+         and returns the response. 
17281728
17291729            Args: 
17301730                job_name (str): The name of the hyperparameter tuning job to describe. 
Original file line number Diff line number Diff line change @@ -751,7 +751,7 @@ def stop_tuning_job(self):
751751        self .latest_tuning_job .stop ()
752752
753753    def  describe (self ):
754-         """Returns a response from the DescribrHyperParameterTuningJob  API call.""" 
754+         """Returns a response from the DescribeHyperParameterTuningJob  API call.""" 
755755        return  self .sagemaker_session .describe_tuning_job (self ._current_job_name )
756756
757757    def  wait (self ):
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments