MCPcopy
hub / github.com/ray-project/ray / get_session_dir_path

Method get_session_dir_path

python/ray/_private/node.py:803–805  ·  view source on GitHub ↗

Get the path of the session directory.

(self)

Source from the content-addressed store, hash-verified

801 return self._runtime_env_dir
802
803 def get_session_dir_path(self):
804 """Get the path of the session directory."""
805 return self._session_dir
806
807 def get_logs_dir_path(self):
808 """Get the path of the log files directory."""

Callers 15

start_log_monitorMethod · 0.95
test_usage_report_e2eFunction · 0.80
_get_exported_dataFunction · 0.80
_get_exported_dataFunction · 0.80
_get_export_file_pathFunction · 0.80
get_log_directoryFunction · 0.80
create_if_enabledMethod · 0.80
create_if_enabledMethod · 0.80

Calls

no outgoing calls