TrainingJob constructor

TrainingJob({
  1. AlgorithmSpecification? algorithmSpecification,
  2. String? autoMLJobArn,
  3. int? billableTimeInSeconds,
  4. CheckpointConfig? checkpointConfig,
  5. DateTime? creationTime,
  6. DebugHookConfig? debugHookConfig,
  7. List<DebugRuleConfiguration>? debugRuleConfigurations,
  8. List<DebugRuleEvaluationStatus>? debugRuleEvaluationStatuses,
  9. bool? enableInterContainerTrafficEncryption,
  10. bool? enableManagedSpotTraining,
  11. bool? enableNetworkIsolation,
  12. ExperimentConfig? experimentConfig,
  13. String? failureReason,
  14. List<MetricData>? finalMetricDataList,
  15. Map<String, String>? hyperParameters,
  16. List<Channel>? inputDataConfig,
  17. String? labelingJobArn,
  18. DateTime? lastModifiedTime,
  19. ModelArtifacts? modelArtifacts,
  20. OutputDataConfig? outputDataConfig,
  21. ResourceConfig? resourceConfig,
  22. String? roleArn,
  23. SecondaryStatus? secondaryStatus,
  24. List<SecondaryStatusTransition>? secondaryStatusTransitions,
  25. StoppingCondition? stoppingCondition,
  26. List<Tag>? tags,
  27. TensorBoardOutputConfig? tensorBoardOutputConfig,
  28. DateTime? trainingEndTime,
  29. String? trainingJobArn,
  30. String? trainingJobName,
  31. TrainingJobStatus? trainingJobStatus,
  32. DateTime? trainingStartTime,
  33. int? trainingTimeInSeconds,
  34. String? tuningJobArn,
  35. VpcConfig? vpcConfig,
})

Implementation

TrainingJob({
  this.algorithmSpecification,
  this.autoMLJobArn,
  this.billableTimeInSeconds,
  this.checkpointConfig,
  this.creationTime,
  this.debugHookConfig,
  this.debugRuleConfigurations,
  this.debugRuleEvaluationStatuses,
  this.enableInterContainerTrafficEncryption,
  this.enableManagedSpotTraining,
  this.enableNetworkIsolation,
  this.experimentConfig,
  this.failureReason,
  this.finalMetricDataList,
  this.hyperParameters,
  this.inputDataConfig,
  this.labelingJobArn,
  this.lastModifiedTime,
  this.modelArtifacts,
  this.outputDataConfig,
  this.resourceConfig,
  this.roleArn,
  this.secondaryStatus,
  this.secondaryStatusTransitions,
  this.stoppingCondition,
  this.tags,
  this.tensorBoardOutputConfig,
  this.trainingEndTime,
  this.trainingJobArn,
  this.trainingJobName,
  this.trainingJobStatus,
  this.trainingStartTime,
  this.trainingTimeInSeconds,
  this.tuningJobArn,
  this.vpcConfig,
});