GetBatchPredictionOutput constructor
GetBatchPredictionOutput({
- String? batchPredictionDataSourceId,
- String? batchPredictionId,
- int? computeTime,
- DateTime? createdAt,
- String? createdByIamUser,
- DateTime? finishedAt,
- String? inputDataLocationS3,
- int? invalidRecordCount,
- DateTime? lastUpdatedAt,
- String? logUri,
- String? mLModelId,
- String? message,
- String? name,
- String? outputUri,
- DateTime? startedAt,
- EntityStatus? status,
- int? totalRecordCount,
Implementation
GetBatchPredictionOutput({
this.batchPredictionDataSourceId,
this.batchPredictionId,
this.computeTime,
this.createdAt,
this.createdByIamUser,
this.finishedAt,
this.inputDataLocationS3,
this.invalidRecordCount,
this.lastUpdatedAt,
this.logUri,
this.mLModelId,
this.message,
this.name,
this.outputUri,
this.startedAt,
this.status,
this.totalRecordCount,
});