A finetuned pretrained model
| KEY | TYPE | Description |
|---|---|---|
| name | str | The user-friendly name for the model. |
| finetunedPretrainedModelId | str | The unique identifier of the model. |
| finetunedPretrainedModelVersion | str | The unique identifier of the model version. |
| createdAt | str | When the finetuned pretrained model was created. |
| updatedAt | str | When the finetuned pretrained model was last updated. |
| config | dict | The finetuned pretrained model configuration |
| baseModel | str | The pretrained base model for fine tuning |
| finetuningDatasetVersion | str | The finetuned dataset instance id of the model. |
| status | str | The current status of the finetuned pretrained model. |
| error | str | Relevant error if the status is FAILED. |