@override Object toJson() => { if (tunedModelId != null) 'tunedModelId': tunedModelId, if (tunedModel != null) 'tunedModel': tunedModel!.toJson(), };