GoogleCloudMlV1PredictionOutput constructor

GoogleCloudMlV1PredictionOutput({
  1. String? errorCount,
  2. double? nodeHours,
  3. String? outputPath,
  4. String? predictionCount,
})

Implementation

GoogleCloudMlV1PredictionOutput({
  this.errorCount,
  this.nodeHours,
  this.outputPath,
  this.predictionCount,
});