Parameter | Type | Description | Example |
---|---|---|---|
object | The dataset property. | ||
DatasetId | string | The dataset ID. | d-c0h44g3****j8o4348 |
UserId | string | The user ID. | 2485765****023475 |
OwnerId | string | The ID of the Alibaba Cloud account. | 1631044****3440 |
Name | string | The dataset name. | myName |
Labels | array | The labels. | |
Labels | Label | The label. | {"Key": "env", "Value": "test"} |
DataSourceType | string | The data source type. Valid values:
| NAS |
Uri | string | URI examples:
Note
You can distinguish CPFS 1.0 and CPFS 2.0 file systems based on the format of the file system ID: The ID of the CPFS 1.0 file system is in the cpfs-<8-bit ASCII characters> format. The ID of the CPFS 2.0 file system is in the cpfs-<16-bit ASCII characters> format.
| nas://09f****f2.cn-hangzhou/ |
GmtCreateTime | string | The time when the dataset was created. | 2021-01-21T17:12:35.232Z |
GmtModifiedTime | string | The time when the dataset was modified. | 2021-01-21T17:12:35.232Z |
DataType | string | The data type. Valid values:
Enumeration Value:
| COMMON |
Property | string | The dataset property. Valid values:
| DIRECTORY |
SourceType | string | The source type. Valid values:
| USER |
SourceId | string | The source ID. | jdnhf***fnrimv |
Description | string | The dataset description. | |
WorkspaceId | string | The ID of the workspace to which the dataset belongs. | 478** |
Options | string | The extended field that can be used as an option. The value is a JSON string. When you use the dataset in Deep Learning Containers (DLC), you can use the mountPath field to specify the default mount path of the dataset. | { "mountPath": "/mnt/data/" } |
Accessibility | string | The workspace accessibility. Valid values:
| PRIVATE |
ProviderType | string | The provider type of the dataset. Valid values:
| Ecs |
SourceDatasetId | string | The ID of the source dataset for the labeled dataset. | d-bvfasdfxxxxj8o411 |
SourceDatasetVersion | string | The version of the source dataset for the labeled dataset. | v2 |
TagTemplateType | string | The labeling template of the iTAG labeled dataset. | text-classification |
LatestVersion | DatasetVersion | The latest dataset version. | |
MountAccess | string | MountAccess | RO RW |
MountAccessReadWriteRoleIdList | array | The IDs of the roles that have read and write permissions on the dataset in the workspace. The IDs starting with PAI is the IDs of the basic roles, and the IDs starting with role- is the IDs of the custom roles. If the list contains "*", all roles have read and write permissions. | |
MountAccessReadWriteRoleIdList | string | The ID of the workspace role. | PAI.AlgoOperator |
ImportInfo | string | The dataset import information, such as OSS, NAS, and CPFS. OSS { "region": "${region}",//The region ID. "bucket": "${bucket}",//The bucket name. "path": "${path}" //The file path. } NAS CPFS CPFS for Lingjun | { "region": "cn-wulanchabu", "fileSystemId": "bmcpfs-xxxxxxxxxxx", "path": "/mnt", "mountTarget": "cpfs-xxxxxxxxxxxx-vpc-gacs9f.cn-wulanchabu.cpfs.aliyuncs.com", "isVpcMount": true } |