Lists the datasets in a workspace.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
paidataset:ListDatasets |
list |
*All Resource
|
None | None |
Request syntax
GET /api/v1/datasets HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageNumber |
integer |
No |
The page number of the dataset list. The value starts from 1. The default value is 1. |
1 |
| PageSize |
integer |
No |
The number of entries to return on each page for a paged query. The default value is 10. |
10 |
| Order |
string |
No |
The order in which to sort the results of a paged query on a specified field. The default value is ASC.
Valid values:
|
ASC |
| Name |
string |
No |
The name of the dataset. Fuzzy search by dataset name is supported. |
myName |
| Properties |
string |
No |
The properties of the dataset. Separate multiple properties with commas (,). Valid values:
Valid values:
|
FILE |
| DataSourceTypes |
string |
No |
The type of the data source. Separate multiple types with commas (,). Valid values:
Valid values:
|
OSS |
| DataTypes |
string |
No |
The data type of the dataset. Separate multiple data types with commas (,). Valid values:
Valid values:
|
COMMON,TEXT |
| SourceId |
string |
No |
The ID of the data source.
|
d-rbvg5wzljzjhc9ks92 |
| SourceTypes |
string |
No |
The source type. Separate multiple types with commas (,). Valid values:
|
USER,ITAG |
| WorkspaceId |
string |
No |
The ID of the workspace where the dataset resides. For more information about how to obtain a workspace ID, see ListWorkspaces. If you do not configure this parameter, the default workspace is used. If the default workspace does not exist, an error is reported. |
324** |
| Label |
string |
No |
The dataset label, which is used to filter the dataset list. Datasets are filtered if their label keys or values contain the specified string. |
test |
| Provider |
string |
No |
The provider of the dataset. If the return value is "pai", the dataset is a public dataset on the PAI platform. |
pai |
| SourceDatasetId |
string |
No |
The source dataset ID for an iTAG annotation set. |
d-rcdg3wxxxxxhc5jk87 |
| SortBy |
string |
No |
The field to sort by. Valid values:
|
GmtCreateTime |
| ShareScope |
string |
No |
A filter for shared datasets:
Valid values:
|
BY_ME |
| Edition |
string |
No |
The dataset type. Enumeration values:
Valid values:
|
BASIC |
| Accessibility |
string |
No |
The visibility of the dataset.
Valid values:
|
PRIVATE |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
5A14FA81-DD4E-******-6343FE44B941 |
| Datasets |
array |
The list of datasets. |
|
| Dataset |
A dataset. |
||
| TotalCount |
integer |
The total number of entries. |
15 |
Examples
Success response
JSON format
{
"RequestId": "5A14FA81-DD4E-******-6343FE44B941",
"Datasets": [
{
"DatasetId": "d-c0h44g3****j8o4348",
"UserId": "2485765****023475",
"OwnerId": "1631044****3440",
"Name": "myName",
"Labels": [
{
"Key": "env",
"Value": "test"
}
],
"DataSourceType": "NAS",
"Uri": "nas://09f****f2.cn-hangzhou/",
"GmtCreateTime": "2021-01-21T17:12:35.232Z",
"GmtModifiedTime": "2021-01-21T17:12:35.232Z",
"DataType": "COMMON",
"Property": "DIRECTORY",
"SourceType": "USER",
"SourceId": "jdnhf***fnrimv",
"Description": "This is a description of a dataset.",
"WorkspaceId": "478**",
"Options": "{\n \"mountPath\": \"/mnt/data/\"\n}",
"Accessibility": "PRIVATE",
"ProviderType": "Ecs",
"SourceDatasetId": "d-bvfasdfxxxxj8o411",
"SourceDatasetVersion": "v2",
"TagTemplateType": "text-classification",
"LatestVersion": {
"VersionName": "v1",
"GmtCreateTime": "2021-01-21T17:12:35.232Z",
"GmtModifiedTime": "2021-01-21T17:12:35.232Z",
"Property": "FILE",
"DataSourceType": "OSS",
"Uri": "OSS://xxx",
"Labels": [
{
"Key": "env",
"Value": "test"
}
],
"Options": "{\n \"mountPath\": \"/mnt/data/\"\n}",
"SourceType": "USER",
"Description": "base model v1",
"SourceId": "d-65mrsr5fub4u74lej3",
"DataCount": 10000,
"DataSize": 10000,
"MountAccess": "RO",
"ImportInfo": "{\n \"region\": \"cn-wulanchabu\",\n \"fileSystemId\": \"bmcpfs-xxxxxxxxxxx\",\n \"path\": \"/mnt\",\n \"mountTarget\": \"cpfs-xxxxxxxxxxxx-vpc-gacs9f.cn-wulanchabu.cpfs.aliyuncs.com\",\n \"isVpcMount\": true\n}"
},
"MountAccess": "RO RW",
"MountAccessReadWriteRoleIdList": [
"PAI.AlgoOperator"
],
"ImportInfo": "{\n \"region\": \"cn-wulanchabu\",\n \"fileSystemId\": \"bmcpfs-xxxxxxxxxxx\",\n \"path\": \"/mnt\",\n \"mountTarget\": \"cpfs-xxxxxxxxxxxx-vpc-gacs9f.cn-wulanchabu.cpfs.aliyuncs.com\",\n \"isVpcMount\": true\n}",
"Edition": "BASIC"
}
],
"TotalCount": 15
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.