Get the path of the temporary directory.
(self)
| 793 | ray.experimental.internal_kv._initialize_internal_kv(self._gcs_client) |
| 794 | |
| 795 | def get_temp_dir_path(self): |
| 796 | """Get the path of the temporary directory.""" |
| 797 | return self.temp_dir |
| 798 | |
| 799 | def get_runtime_env_dir_path(self): |
| 800 | """Get the path of the runtime env.""" |
no outgoing calls