| Parameter | Type | Description | Example |
|---|---|---|---|
| object | x | ||
| ValidationSourceURI | string | The URI of the evaluation dataset. You must specify this parameter or the ValidationSplit parameter. | oss://imm-alg-dataset-bj/cifar10/test_index.json |
| Runtime | Runtime | The information about the runtime for model training. | |
| Endpoint | string | The endpoint of the storage where the dataset is stored. | http://1111111111.mns.cn-hangzhou.aliyuncs.com |
| ModelSpecification | ModelSpecification | The model specification details. | |
| DatasetName | string | Name of the dataset | test-dataset |
| SourceURI | string | URI of the dataset | oss://imm-alg-dataset-bj/cifar10/test_index.json |
| Transforms | array | Local preprocessing parameters for the dataset. | |
| CustomParams | Custom parameters for model training. | ||
| ValidationSplit | float | The ratio for splitting the training dataset into the evaluation dataset. You must specify this parameter or the ValidationSourceURI parameter. | 0.95 |
| TargetURI | string | The storage path to the model data. Only an Object Storage Service (OSS) path is supported. | oss://imm-alg-dataset-bj/model_training_test/ |