SupervisedTuningSpec_TuningMode.fromJson constructor

SupervisedTuningSpec_TuningMode.fromJson(
  1. Object? json
)

Implementation

factory SupervisedTuningSpec_TuningMode.fromJson(Object? json) =>
    SupervisedTuningSpec_TuningMode(json as String);