DescribeProcessingJobResponse constructor
      
      DescribeProcessingJobResponse({ 
    
    
- required AppSpecification appSpecification,
- required DateTime creationTime,
- required String processingJobArn,
- required String processingJobName,
- required ProcessingJobStatus processingJobStatus,
- required ProcessingResources processingResources,
- String? autoMLJobArn,
- Map<String, String> ? environment,
- String? exitMessage,
- ExperimentConfig? experimentConfig,
- String? failureReason,
- DateTime? lastModifiedTime,
- String? monitoringScheduleArn,
- NetworkConfig? networkConfig,
- DateTime? processingEndTime,
- List<ProcessingInput> ? processingInputs,
- ProcessingOutputConfig? processingOutputConfig,
- DateTime? processingStartTime,
- String? roleArn,
- ProcessingStoppingCondition? stoppingCondition,
- 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,
});