BatchInferenceJobSummary constructor

BatchInferenceJobSummary({
  1. String? batchInferenceJobArn,
  2. DateTime? creationDateTime,
  3. String? failureReason,
  4. String? jobName,
  5. DateTime? lastUpdatedDateTime,
  6. String? solutionVersionArn,
  7. String? status,
})

Implementation

BatchInferenceJobSummary({
  this.batchInferenceJobArn,
  this.creationDateTime,
  this.failureReason,
  this.jobName,
  this.lastUpdatedDateTime,
  this.solutionVersionArn,
  this.status,
});