ProcessingJob constructor

ProcessingJob({
  1. AppSpecification? appSpecification,
  2. String? autoMLJobArn,
  3. DateTime? creationTime,
  4. Map<String, String>? environment,
  5. String? exitMessage,
  6. ExperimentConfig? experimentConfig,
  7. String? failureReason,
  8. DateTime? lastModifiedTime,
  9. String? monitoringScheduleArn,
  10. NetworkConfig? networkConfig,
  11. DateTime? processingEndTime,
  12. List<ProcessingInput>? processingInputs,
  13. String? processingJobArn,
  14. String? processingJobName,
  15. ProcessingJobStatus? processingJobStatus,
  16. ProcessingOutputConfig? processingOutputConfig,
  17. ProcessingResources? processingResources,
  18. DateTime? processingStartTime,
  19. String? roleArn,
  20. ProcessingStoppingCondition? stoppingCondition,
  21. List<Tag>? tags,
  22. String? trainingJobArn,
})

Implementation

ProcessingJob({
  this.appSpecification,
  this.autoMLJobArn,
  this.creationTime,
  this.environment,
  this.exitMessage,
  this.experimentConfig,
  this.failureReason,
  this.lastModifiedTime,
  this.monitoringScheduleArn,
  this.networkConfig,
  this.processingEndTime,
  this.processingInputs,
  this.processingJobArn,
  this.processingJobName,
  this.processingJobStatus,
  this.processingOutputConfig,
  this.processingResources,
  this.processingStartTime,
  this.roleArn,
  this.stoppingCondition,
  this.tags,
  this.trainingJobArn,
});