factory AutoMLJobObjective.fromJson(Map<String, dynamic> json) { return AutoMLJobObjective( metricName: (json['MetricName'] as String).toAutoMLMetricEnum(), ); }