DescribeProcessingJobResponse constructor

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

Implementation

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