Ask a question to get started
Enter to sendā¢Shift+Enter new line
If run_id is provided, it will reuse the run with the given run_id. Otherwise, it starts a new run, auto generates the random suffix for name.
start_run( self, name: str, tags: Dict[str, str], run_id: Optional[str] = None ) -> None