UpdateMlModelVersionInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| approvedAt | DateTime | When this version was approved for serving | |
| approvedBy | ID | User or actor that approved the version | |
| datasetFingerprint | String | Hash identifying the dataset used to train this version | |
| hyperparameters | JsonString | Hyperparameter defaults used during training | |
| metricsSnapshot | JsonString | Captured evaluation metrics keyed by metric name | |
| notes | String | Operational notes or evaluation summary | |
| status | String | Lifecycle of this version | |
| trainedAt | DateTime | When training finished |