VeoHyperParameters_TuningTask.fromJson constructor

VeoHyperParameters_TuningTask.fromJson(
  1. Object? json
)

Implementation

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