Get the URL for a run.
Not recommended for use within your agent runtime. More for use interacting with runs after the fact for data analysis or ETL workloads.
get_run_url(
self,
*,
run: ls_schemas.RunBase,
project_name: Optional[str] = None,
project_id: Optional[ID_TYPE] = None
) -> str