DatasetFileMetaContentCreate

名称

类型

描述

示例值

object

文件元数据内容详情。

FileName

string

文件名。

00001.jpeg

Uri

string

文件唯一 URI。用于记录文件唯一路径。支持 OSS、NAS 下的文件路径。

OSS

oss://${bucket}/${path}

NAS

nas://${fileSystemId}/${path}

oss://*****-test/dataset/1653421.jpg nas://0e25d***dff/dataset/1653421.jpg

Comment

string

文件注释。

The first image file in the dataset.

FileCreateTime

string

文件创建时间,格式:ISO8601 格式。

2025-01-12T14:36:01Z

FileUpdateTime

string

文件最后修改时间,格式:ISO8601 格式。

2025-01-12T14:36:01Z

FileFingerPrint

string

文件指纹值。用于确定文件内容的唯一性,文件内容修改后该值会发生变化。OSS 文件使用 ETag,NAS 文件使用 MD5 值。

D41D8CD98F*****E9800998ECF8

DataSize

integer

文件大小,字节。

10000

FileType

string

文件类型。与 MIME Type 相同。

image

ContentType

string

文件的 MIME 类型。包含 Type 和 SubType。

image/jpeg

MetaAttributes

string

文件的特定元数据,暂不具备检索能力。JSON String 格式。

{ "ImageHeight": 1080, "ImageWidth": 1920 }

Tags

string

用户手动打标:(add 表示对标签组内的标签进行增加操作)。JSON String 格式。 可操作的标签组为:

  • user: 对单个元数据,用户自行添加的标签名列表。

{
    "user":{
        "add":["车道线","晴天"]
    }
}

{ "user":{ "add":["Lane line","Sunny day"] } }

SyncTime

string

元数据最后同步时间,格式:ISO8601 格式

2021-01-12T14:36:01.000Z