GetEvaluationOutput constructor

GetEvaluationOutput({
  1. int? computeTime,
  2. DateTime? createdAt,
  3. String? createdByIamUser,
  4. String? evaluationDataSourceId,
  5. String? evaluationId,
  6. DateTime? finishedAt,
  7. String? inputDataLocationS3,
  8. DateTime? lastUpdatedAt,
  9. String? logUri,
  10. String? mLModelId,
  11. String? message,
  12. String? name,
  13. PerformanceMetrics? performanceMetrics,
  14. DateTime? startedAt,
  15. EntityStatus? status,
})

Implementation

GetEvaluationOutput({
  this.computeTime,
  this.createdAt,
  this.createdByIamUser,
  this.evaluationDataSourceId,
  this.evaluationId,
  this.finishedAt,
  this.inputDataLocationS3,
  this.lastUpdatedAt,
  this.logUri,
  this.mLModelId,
  this.message,
  this.name,
  this.performanceMetrics,
  this.startedAt,
  this.status,
});