BigQueryModelTraining.fromJson constructor
BigQueryModelTraining.fromJson(
- Map json_
Implementation
BigQueryModelTraining.fromJson(core.Map json_)
: this(
currentIteration: json_['currentIteration'] as core.int?,
expectedTotalIterations:
json_['expectedTotalIterations'] as core.String?,
);