| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<HyperParameterSpecification> |
TrainingSpecification.supportedHyperParameters()
A list of the
HyperParameterSpecification objects, that define the supported hyperparameters. |
| Modifier and Type | Method and Description |
|---|---|
TrainingSpecification.Builder |
TrainingSpecification.Builder.supportedHyperParameters(HyperParameterSpecification... supportedHyperParameters)
A list of the
HyperParameterSpecification objects, that define the supported hyperparameters. |
| Modifier and Type | Method and Description |
|---|---|
TrainingSpecification.Builder |
TrainingSpecification.Builder.supportedHyperParameters(Collection<HyperParameterSpecification> supportedHyperParameters)
A list of the
HyperParameterSpecification objects, that define the supported hyperparameters. |
Copyright © 2022. All rights reserved.