名称 |
类型 |
描述 |
示例值 |
---|---|---|---|
object |
待更新的文件元数据详情。 |
||
FileName |
string |
文件名。 |
00001.jpeg |
Comment |
string |
文件注释。 |
The first image file in the dataset. |
FileCreateTime |
string |
文件创建时间,格式:ISO8601 格式。 |
2025-01-12T14:36:01.001Z |
FileUpdateTime |
string |
文件最后修改时间,格式:ISO8601 格式。 |
2025-01-12T14:36:01.001Z |
DataSize |
integer |
文件大小,字节。 |
10000 |
FileType |
string |
文件类型。与 MIME Type 相同。 |
image |
ContentType |
string |
文件的 MIME 类型。包含 Type 和 SubType。 |
image/jpeg |
MetaAttributes |
string |
文件的特定元数据。例如图片宽高信息,视频文件的码率分辨率信息等。暂不具备检索能力。JSON String 格式。 |
{ "Image": { "Width": 1920, "Height": 1080, "Channel": 3 } } |
Tags |
string |
待更新的标签组。
|
{ "user":{ "add":["Lane line","Sunny day"], "remove":["Water horse"] }, "user-delete-ai-tags":{ "add": ["Ground shadow"], "remove": [] } } |
DatasetFileMetaId |
string |
数据集文件元数据 ID。 |
07914c9534586e4e7aa6e9dbca5009082df******fd8a0d857b33296c59bf6 |
SemanticIndexJobId |
string |
语义索引构建的任务 ID。 |
dsjob-klfwt*****l0escvt3 |
SemanticIndexUpdateTime |
string |
语义索引构建的时间。 |
2021-01-12T14:36:01.000Z |
FileFingerPrint |
string |
文件指纹信息。 |
124FB71******7BE45608CDEA4DE54B3 |
该文章对您有帮助吗?