AlgorithmSpecification constructor
AlgorithmSpecification({
- required TrainingInputMode trainingInputMode,
- String? algorithmName,
- bool? enableSageMakerMetricsTimeSeries,
- List<
MetricDefinition> ? metricDefinitions, - String? trainingImage,
Implementation
AlgorithmSpecification({
required this.trainingInputMode,
this.algorithmName,
this.enableSageMakerMetricsTimeSeries,
this.metricDefinitions,
this.trainingImage,
});