HyperParameterAlgorithmSpecification.Builder |
HyperParameterAlgorithmSpecification.Builder.algorithmName(String algorithmName) |
The name of the resource algorithm to use for the hyperparameter tuning job.
|
static HyperParameterAlgorithmSpecification.Builder |
HyperParameterAlgorithmSpecification.builder() |
|
HyperParameterAlgorithmSpecification.Builder |
HyperParameterAlgorithmSpecification.Builder.metricDefinitions(Collection<MetricDefinition> metricDefinitions) |
An array of MetricDefinition
objects that specify the metrics that the algorithm emits.
|
HyperParameterAlgorithmSpecification.Builder |
HyperParameterAlgorithmSpecification.Builder.metricDefinitions(Consumer<MetricDefinition.Builder>... metricDefinitions) |
An array of MetricDefinition
objects that specify the metrics that the algorithm emits.
|
HyperParameterAlgorithmSpecification.Builder |
HyperParameterAlgorithmSpecification.Builder.metricDefinitions(MetricDefinition... metricDefinitions) |
An array of MetricDefinition
objects that specify the metrics that the algorithm emits.
|
HyperParameterAlgorithmSpecification.Builder |
HyperParameterAlgorithmSpecification.toBuilder() |
|
HyperParameterAlgorithmSpecification.Builder |
HyperParameterAlgorithmSpecification.Builder.trainingImage(String trainingImage) |
The registry path of the Docker image that contains the training algorithm.
|
HyperParameterAlgorithmSpecification.Builder |
HyperParameterAlgorithmSpecification.Builder.trainingInputMode(String trainingInputMode) |
Sets the value of the TrainingInputMode property for this object.
|
HyperParameterAlgorithmSpecification.Builder |
HyperParameterAlgorithmSpecification.Builder.trainingInputMode(TrainingInputMode trainingInputMode) |
Sets the value of the TrainingInputMode property for this object.
|