| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The model version. | ||
| VersionName | string | The model version, which is unique for the model. If you leave this parameter empty, The version consists of a major version number, a minor version number, and a patch version number. The version numbers are separated with periods ( Regular expression: | 0.1.0 |
| GmtCreateTime | string | The time when the model was created, in UTC. The time follows the ISO 8601 standard. | 2021-01-21T17:12:35Z |
| GmtModifiedTime | string | The time when the model was last modified, in UTC. The time follows the ISO 8601 standard. | 2021-01-21T17:12:35Z |
| UserId | string | The user ID. | 155770209****** |
| OwnerId | string | The ID of the Alibaba Cloud account. | 155770209****** |
| Uri | string | The URI of the model version, which is the location where the model is stored. The value can be the HTTP(S) address of the model, such as | oss://mybucket.oss-cn-beijing.aliyuncs.com/mypath/ |
| VersionDescription | string | The model version description. | |
| Labels | array | The labels. | |
| Labels | Label | The label. | |
| FormatType | string | The model format.
| SavedModel |
| FrameworkType | string | The model framework.
| TensorFlow |
| Options | string | The extended field. The value is a JSON string. | {} |
| Metrics | object | The model metrics. | { "Results": [{ "Dataset": { "DatasetId": "d-sdkjanksaklerhfd" }, "Metrics": { "cer": 0.175 } }, { "Dataset": { "Uri": "oss://xxxx/" }, "Metrics": { "cer": 0.172 } }] } |
| TrainingSpec | object | The training configuration, used for fine-tuning and incremental training. | {} |
| InferenceSpec | object | The inference configurations applied to the downstream, such as the configuration of the processor or container of Elastic Algorithm Service (EAS). Example: | { "processor": "tensorflow_gpu_1.12" } |
| EvaluationSpec | object | The evaluation configuration. | {} |
| CompressionSpec | object | The compression configuration. | {} |
| SourceType | string | The source type of the model. Default value: Custom.
| PAIFlow |
| SourceId | string | The source ID.
region is the ID of the Alibaba Cloud region. workspacceId is the ID of the workspace. kind is the type. Valid values: PipelineRun (PAIFlow pipeline) and ServiceJob (training service). id is the unique identifier. | region=cn-shanghai,workspaceId=13**,kind=PipelineRun,id=run-sakdb****jdf |
| ApprovalStatus | string | The approval status. Valid values:
| Approved |
| ExtraInfo | object | The additional information. | { "CoverUris": ["https://e***u.oss-cn-hangzhou.aliyuncs.com/st****017.preview.png"], "TrainedWords": ["albedo_overlord"] } |