HyperParameterAlgorithmSpecification
Specifies which training algorithm to use for training jobs that a hyperparameter tuning job launches and the metrics to monitor.
Types
Properties
The name of the resource algorithm to use for the hyperparameter tuning job. If you specify a value for this parameter, do not specify a value for TrainingImage
.
An array of MetricDefinition objects that specify the metrics that the algorithm emits.
The registry path of the Docker image that contains the training algorithm. For information about Docker registry paths for built-in algorithms, see Algorithms Provided by Amazon SageMaker: Common Parameters. SageMaker supports both registry/repository[:tag]
and registry/repository[@digest]
image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.
The training input mode that the algorithm supports. For more information about input modes, see Algorithms.