Ask a question to get started
Enter to send•Shift+Enter new line
Get a share link for a run asynchronously.
share_run( self, run_id: ls_client.ID_TYPE, *, share_id: Optional[ls_client.ID_TYPE] = None ) -> str
run_id
ID_TYPE
The ID of the run to share.
share_id
Optional[ls_client.ID_TYPE]
None
Custom share ID.
If not provided, a random UUID will be generated.