GoogleCloudMlV1PredictionOutput.fromJson constructor
GoogleCloudMlV1PredictionOutput.fromJson(
- Map json_
Implementation
GoogleCloudMlV1PredictionOutput.fromJson(core.Map json_)
: this(
errorCount: json_['errorCount'] as core.String?,
nodeHours: (json_['nodeHours'] as core.num?)?.toDouble(),
outputPath: json_['outputPath'] as core.String?,
predictionCount: json_['predictionCount'] as core.String?,
);