Information required to determine upload method for a file.
Contains:
sha256- SHA256 hash of the file content (binary)size- Total file size in bytessample- First 512 bytes of the file (for content detection)
Summary
Types
@type t() :: %HfHub.LFS.UploadInfo{ sample: binary(), sha256: binary(), size: non_neg_integer() }