BatchInferenceJob constructor

BatchInferenceJob({
  1. String? batchInferenceJobArn,
  2. BatchInferenceJobConfig? batchInferenceJobConfig,
  3. DateTime? creationDateTime,
  4. String? failureReason,
  5. String? filterArn,
  6. BatchInferenceJobInput? jobInput,
  7. String? jobName,
  8. BatchInferenceJobOutput? jobOutput,
  9. DateTime? lastUpdatedDateTime,
  10. int? numResults,
  11. String? roleArn,
  12. String? solutionVersionArn,
  13. String? status,
})

Implementation

BatchInferenceJob({
  this.batchInferenceJobArn,
  this.batchInferenceJobConfig,
  this.creationDateTime,
  this.failureReason,
  this.filterArn,
  this.jobInput,
  this.jobName,
  this.jobOutput,
  this.lastUpdatedDateTime,
  this.numResults,
  this.roleArn,
  this.solutionVersionArn,
  this.status,
});