Huggingface.js 文档

接口:ListFileEntry

Hugging Face's logo
加入 Hugging Face 社区

并获得增强文档体验的访问权限

开始

接口:ListFileEntry

属性

lastCommit

可选 lastCommit: 对象

仅在 listFiles 调用中将 expand 设置为 true 时才会获取。

类型声明

名称 类型
date 字符串
id 字符串
title 字符串

定义于

hub/src/lib/list-files.ts:23


lfs

可选 lfs: 对象

类型声明

名称 类型 描述
oid 字符串 -
pointerSize 数字 原始指针文件的大小,100-200 字节
size 数字 -

定义于

hub/src/lib/list-files.ts:14


oid

oid: string

定义于

hub/src/lib/list-files.ts:13


path

path: string

定义于

hub/src/lib/list-files.ts:12


security

可选 security: unknown

仅在 listFiles 调用中将 expand 设置为 true 时才会获取。

定义于

hub/src/lib/list-files.ts:31


size

size: number

定义于

hub/src/lib/list-files.ts:11


type

type: "unknown" | "file" | "directory"

定义于

hub/src/lib/list-files.ts:10

< > 在 GitHub 上更新