HyperParameterTuningJobTrainingJobDefinitionAlgorithmSpecificationMetricDefinition constructor

const HyperParameterTuningJobTrainingJobDefinitionAlgorithmSpecificationMetricDefinition({
  1. required Input<String> name,
  2. required Input<String> regex,
})

Creates a new HyperParameterTuningJobTrainingJobDefinitionAlgorithmSpecificationMetricDefinition. name Metric name. regex Pattern used to extract metric values.

Implementation

const HyperParameterTuningJobTrainingJobDefinitionAlgorithmSpecificationMetricDefinition({
  required this.name,
  required this.regex,
});