检索数据集列表
检索数据集列表。
Path Parameters
数据空间ID。
Request Body required
- Array [
- ]
repo object
搜索数据集参数。
名称。
显示的名称,例如url上。
是否是公开数据集。
租户ID。
page start with 1
each page size
Sorting items
tenant_code
repos_tags object[]
tag_map list
标签名称。
标签类型。
该标签在数据集中出现的次数。
- 200
- default
OK
Schema
- Array [
- ]
repos object[]
数据集列表, 包括数据集的标签。
repo object
数据集。
数据集ID。
名称。
显示的名称,例如url上。
数据集的创建者ID(用于用户界面)。
数据集的描述。
所属租户ID。
分支数量(用于用户界面)。
版本数量(用于用户界面)。
数据集中不同文件的总数,即有多少个不同的SHA。
数据集是否空(用于用户界面)。
固定前缀(用于用户界面)。
创建用户名称(用于用户界面),对应云管/v1/users/{user_id}接口返回结果里面的username。
最新一次的提交时间(用于用户界面)。
创建时间。
最后更新时间。
默认分支名。
Default value: false
Default value: false
数据集类型。
对象存储路径。
Default value: false
是否是创建中状态,true表示数据集状态为Creating。
用户在此数据集所拥有的权限。
数据集的标签 array(json)的字符串 例如:'[{"数据类型":["图片", "视频"]},{"应用场景":["自动驾驶"]}]'。
数据集总数。
所属租户的名称。
{
"repos": [
{
"repo": {
"id": "string",
"name": "string",
"display_name": "string",
"create_user_id": "string",
"desc": "string",
"tenant_id": "string",
"branch_num": 0,
"commit_num": 0,
"file_num": 0,
"is_empty": true,
"prefix_uri": "string",
"create_username": "string",
"last_commit_time": "2024-11-04T06:28:48.445Z",
"create_time": "2024-11-04T06:28:48.445Z",
"update_time": "2024-11-04T06:28:48.445Z",
"default_branch": "string",
"is_public": false,
"is_allow_public": false,
"repo_type": 0,
"oss_path": "string",
"acl_list": [
0
]
},
"tags": "string"
}
],
"total": 0,
"tenant_code": "string"
}
Default error response
Schema
- Array [
- ]
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
details object[]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
The type of the serialized message.
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}