Edit on GitHub

builtin

class FSSpecArtifact

MlemABC parent type: artifact

MlemABC type: fsspec

Represents a file stored in an fsspec filesystem

Fields:

  • uri: str (required) - Path to file

  • size: int (required) - size in bytes

  • hash: str (required) - md5 hash


class FSSpecStorage

MlemABC parent type: storage

MlemABC type: fsspec

Represents an fsspec filesystem

Fields:

  • uri: str (required) - Path to storage dir

class LocalArtifact

MlemABC parent type: artifact

MlemABC type: local

Special case for local file

Fields:

  • uri: str (required) - Path to file

  • size: int (required) - size in bytes

  • hash: str (required) - md5 hash


class LocalStorage

MlemABC parent type: storage

MlemABC type: local

Special case for local filesystem

Fields:

  • uri: str (required) - Path to storage dir
Content

šŸ› Found an issue? Let us know! Or fix it:

Edit on GitHub

ā“ Have a question? Join our chat, we will help you:

Discord Chat