HyperParameterTrainingJobDefinition constructor

HyperParameterTrainingJobDefinition({
  1. required HyperParameterAlgorithmSpecification algorithmSpecification,
  2. required OutputDataConfig outputDataConfig,
  3. required ResourceConfig resourceConfig,
  4. required String roleArn,
  5. required StoppingCondition stoppingCondition,
  6. CheckpointConfig? checkpointConfig,
  7. String? definitionName,
  8. bool? enableInterContainerTrafficEncryption,
  9. bool? enableManagedSpotTraining,
  10. bool? enableNetworkIsolation,
  11. ParameterRanges? hyperParameterRanges,
  12. List<Channel>? inputDataConfig,
  13. Map<String, String>? staticHyperParameters,
  14. HyperParameterTuningJobObjective? tuningObjective,
  15. VpcConfig? vpcConfig,
})

Implementation

HyperParameterTrainingJobDefinition({
  required this.algorithmSpecification,
  required this.outputDataConfig,
  required this.resourceConfig,
  required this.roleArn,
  required this.stoppingCondition,
  this.checkpointConfig,
  this.definitionName,
  this.enableInterContainerTrafficEncryption,
  this.enableManagedSpotTraining,
  this.enableNetworkIsolation,
  this.hyperParameterRanges,
  this.inputDataConfig,
  this.staticHyperParameters,
  this.tuningObjective,
  this.vpcConfig,
});