| Name | Type | Description | Notes |
|---|---|---|---|
| cacheStates | Map<String, String> | CacheStatus represents the total resources of the dataset. | [optional] |
| conditions | List<DatasetCondition> | Conditions is an array of current observed conditions. | |
| dataBackupRef | String | DataBackupRef specifies the running Backup job that targets this Dataset. This is mainly used as a lock to prevent concurrent DataBackup jobs. | [optional] |
| dataLoadRef | String | DataLoadRef specifies the running DataLoad job that targets this Dataset. This is mainly used as a lock to prevent concurrent DataLoad jobs. | [optional] |
| fileNum | String | FileNum represents the file numbers of the dataset | [optional] |
| hcfs | HCFSStatus | HCFSStatus represents hcfs info | [optional] |
| phase | String | Dataset Phase. One of the four phases: `Pending`, `Bound`, `NotBound` and `Failed` | [optional] |
| runtimes | List<Runtime> | Runtimes for supporting dataset | [optional] |
| ufsTotal | String | Total in GB of dataset in the cluster | [optional] |