| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HyperParameterAlgorithmSpecification |
HyperParameterAlgorithmSpecification.clone() |
HyperParameterAlgorithmSpecification |
HyperParameterTrainingJobDefinition.getAlgorithmSpecification()
The HyperParameterAlgorithmSpecification object that specifies the resource algorithm to use for the training
jobs that the tuning job launches.
|
HyperParameterAlgorithmSpecification |
HyperParameterAlgorithmSpecification.withAlgorithmName(String algorithmName)
The name of the resource algorithm to use for the hyperparameter tuning job.
|
HyperParameterAlgorithmSpecification |
HyperParameterAlgorithmSpecification.withMetricDefinitions(Collection<MetricDefinition> metricDefinitions)
An array of MetricDefinition
objects that specify the metrics that the algorithm emits.
|
HyperParameterAlgorithmSpecification |
HyperParameterAlgorithmSpecification.withMetricDefinitions(MetricDefinition... metricDefinitions)
An array of MetricDefinition
objects that specify the metrics that the algorithm emits.
|
HyperParameterAlgorithmSpecification |
HyperParameterAlgorithmSpecification.withTrainingImage(String trainingImage)
The registry path of the Docker image that contains the training algorithm.
|
HyperParameterAlgorithmSpecification |
HyperParameterAlgorithmSpecification.withTrainingInputMode(String trainingInputMode) |
HyperParameterAlgorithmSpecification |
HyperParameterAlgorithmSpecification.withTrainingInputMode(TrainingInputMode trainingInputMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
HyperParameterTrainingJobDefinition.setAlgorithmSpecification(HyperParameterAlgorithmSpecification algorithmSpecification)
The HyperParameterAlgorithmSpecification object that specifies the resource algorithm to use for the training
jobs that the tuning job launches.
|
HyperParameterTrainingJobDefinition |
HyperParameterTrainingJobDefinition.withAlgorithmSpecification(HyperParameterAlgorithmSpecification algorithmSpecification)
The HyperParameterAlgorithmSpecification object that specifies the resource algorithm to use for the training
jobs that the tuning job launches.
|
Copyright © 2024. All rights reserved.