BatchPrediction constructor

BatchPrediction({
  1. String? batchPredictionDataSourceId,
  2. String? batchPredictionId,
  3. int? computeTime,
  4. DateTime? createdAt,
  5. String? createdByIamUser,
  6. DateTime? finishedAt,
  7. String? inputDataLocationS3,
  8. int? invalidRecordCount,
  9. DateTime? lastUpdatedAt,
  10. String? mLModelId,
  11. String? message,
  12. String? name,
  13. String? outputUri,
  14. DateTime? startedAt,
  15. EntityStatus? status,
  16. int? totalRecordCount,
})

Implementation

BatchPrediction({
  this.batchPredictionDataSourceId,
  this.batchPredictionId,
  this.computeTime,
  this.createdAt,
  this.createdByIamUser,
  this.finishedAt,
  this.inputDataLocationS3,
  this.invalidRecordCount,
  this.lastUpdatedAt,
  this.mLModelId,
  this.message,
  this.name,
  this.outputUri,
  this.startedAt,
  this.status,
  this.totalRecordCount,
});