你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

InputFile interface

表示可调用模型并使用工具的助手。

属性

bytes

文件的大小(字节)。

createdAt

Unix 时间戳(以秒为单位),表示创建此对象的时间。

filename

文件的名称。

id

可以在 API 终结点中引用的标识符。

purpose

文件的预期用途。

属性详细信息

bytes

文件的大小(字节)。

bytes: number

属性值

number

createdAt

Unix 时间戳(以秒为单位),表示创建此对象的时间。

createdAt: Date

属性值

Date

filename

文件的名称。

filename: string

属性值

string

id

可以在 API 终结点中引用的标识符。

id: string

属性值

string

purpose

文件的预期用途。

purpose: string

属性值

string