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