GoogleCloudMlV1PredictionInput constructor

GoogleCloudMlV1PredictionInput({
  1. String? batchSize,
  2. String? dataFormat,
  3. List<String>? inputPaths,
  4. String? maxWorkerCount,
  5. String? modelName,
  6. String? outputDataFormat,
  7. String? outputPath,
  8. String? region,
  9. String? runtimeVersion,
  10. String? signatureName,
  11. String? uri,
  12. String? versionName,
})

Implementation

GoogleCloudMlV1PredictionInput({
  this.batchSize,
  this.dataFormat,
  this.inputPaths,
  this.maxWorkerCount,
  this.modelName,
  this.outputDataFormat,
  this.outputPath,
  this.region,
  this.runtimeVersion,
  this.signatureName,
  this.uri,
  this.versionName,
});