Huggingface.js documentation

Interface: CopyFilesEntry

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

Interface: CopyFilesEntry

One file to copy in a copyFiles call.

Properties

destinationPath

destinationPath: string

Exact path within the destination bucket. The bucket itself is shared with the other entries via the top-level copyFiles destination parameter.

Defined in

packages/hub/src/lib/copy-files.ts:77


source

source: CopySource

Defined in

packages/hub/src/lib/copy-files.ts:72

Update on GitHub