ray.train.tensorflow.TensorflowTrainer.can_restore# classmethod TensorflowTrainer.can_restore(path: str | PathLike, storage_filesystem: pyarrow.fs.FileSystem | None = None) → bool# 检查给定目录是否包含一个可恢复的 Train 实验。 参数: path – Train 实验的实验目录路径。这可以是本地目录(例如,~/ray_results/exp_name)或远程 URI(例如,s3://bucket/exp_name)。 返回: 此路径是否存在并包含要从中恢复的训练器状态 返回类型: bool