Component

class verta.dataset.Component(path, size=None, last_modified=None, sha256=None, md5=None, base_path=None, internal_versioned_path=None, local_path=None)

A dataset component returned by dataset_version.get_content().list_components().

Variables:
  • path (str) – File path.

  • base_path (str) – Prefix of path.

  • size (int) – File size.

  • last_modified (int) – Unix time when this file was last modified.

  • sha256 (str) – SHA-256 checksum.

  • md5 (str) – MD5 checksum.