|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
Contains the configuration and metadata of a dataset version. |
||
| VersionName |
string |
The name of the dataset version. |
v1 |
| GmtCreateTime |
string |
The creation time of the dataset version, in UTC. |
2021-01-21T17:12:35.232Z |
| GmtModifiedTime |
string |
The time the dataset version was last modified, in UTC. |
2021-01-21T17:12:35.232Z |
| Property |
string |
The data format of the dataset. |
FILE |
| DataSourceType |
string |
The data source type. For example, the value |
OSS |
| Uri |
string |
The URI of the data source. |
OSS://xxx |
| Labels |
array |
A list of labels applied to the dataset version. |
|
| Label | |||
| Options |
string |
Additional configurations for the dataset version, in JSON format. |
{ "mountPath": "/mnt/data/" } |
| SourceType |
string |
The method used to create the dataset version. |
USER |
| Description |
string |
A custom description for the dataset version. |
base model v1 |
| SourceId |
string |
The ID of the source from which the version was created. |
d-65mrsr5fub4u74lej3 |
| DataCount |
integer |
The total number of data items in the version. |
10000 |
| DataSize |
integer |
The total size of the data in the version, in bytes. |
10000 |
| MountAccess |
string |
The access permission for the mounted dataset. For example, |
RO |
| ImportInfo |
string |
Information about the import source, in JSON format. |
{ "region": "cn-wulanchabu", "fileSystemId": "bmcpfs-xxxxxxxxxxx", "path": "/mnt", "mountTarget": "cpfs-xxxxxxxxxxxx-vpc-gacs9f.cn-wulanchabu.cpfs.aliyuncs.com", "isVpcMount": true } |