| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HyperParameterAlgorithmSpecification.Builder> |
HyperParameterAlgorithmSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HyperParameterTrainingJobDefinition.Builder |
HyperParameterTrainingJobDefinition.Builder.algorithmSpecification(Consumer<HyperParameterAlgorithmSpecification.Builder> algorithmSpecification)
The HyperParameterAlgorithmSpecification object that specifies the resource algorithm to use for the
training jobs that the tuning job launches.
|
Copyright © 2023. All rights reserved.