toJson method
Implementation
Map<String, dynamic> toJson() {
final hyperParameterTuningJobName = this.hyperParameterTuningJobName;
return {
if (hyperParameterTuningJobName != null)
'HyperParameterTuningJobName': hyperParameterTuningJobName,
};
}