GoogleCloudMlV1PredictionOutput.fromJson constructor

GoogleCloudMlV1PredictionOutput.fromJson(
  1. 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?,
    );