mirror of
				https://github.com/clearml/clearml
				synced 2025-06-26 18:16:07 +00:00 
			
		
		
		
	Fix typo
This commit is contained in:
		
							parent
							
								
									05c048d0bd
								
							
						
					
					
						commit
						09363b0d30
					
				@ -657,7 +657,7 @@ class PipelineController(object):
 | 
				
			|||||||
        :param function: A global function to convert into a standalone Task
 | 
					        :param function: A global function to convert into a standalone Task
 | 
				
			||||||
        :param function_kwargs: Optional, provide subset of function arguments and default values to expose.
 | 
					        :param function_kwargs: Optional, provide subset of function arguments and default values to expose.
 | 
				
			||||||
            If not provided automatically take all function arguments & defaults
 | 
					            If not provided automatically take all function arguments & defaults
 | 
				
			||||||
            Optional, pass input arguments to the function from other Tasks's output artifact.
 | 
					            Optional, pass input arguments to the function from other Tasks' output artifact.
 | 
				
			||||||
            Example argument named `numpy_matrix` from Task ID `aabbcc` artifact name `answer`:
 | 
					            Example argument named `numpy_matrix` from Task ID `aabbcc` artifact name `answer`:
 | 
				
			||||||
            {'numpy_matrix': 'aabbcc.answer'}
 | 
					            {'numpy_matrix': 'aabbcc.answer'}
 | 
				
			||||||
        :param function_return: Provide a list of names for all the results.
 | 
					        :param function_return: Provide a list of names for all the results.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user