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