class documentation
class PutFile(Protocol):
Protocol for the put_file plugins.
| Method | __call__ |
Undocumented |
def __call__(self, local_path:
PathType, remote_path: PosixPathType, mlflow_instance: ModuleType | None = None) -> str:
ΒΆ
Undocumented