| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HyperParameterSpecification |
HyperParameterSpecification.clone() |
HyperParameterSpecification |
HyperParameterSpecification.withDefaultValue(String defaultValue)
The default value for this hyperparameter.
|
HyperParameterSpecification |
HyperParameterSpecification.withDescription(String description)
A brief description of the hyperparameter.
|
HyperParameterSpecification |
HyperParameterSpecification.withIsRequired(Boolean isRequired)
Indicates whether this hyperparameter is required.
|
HyperParameterSpecification |
HyperParameterSpecification.withIsTunable(Boolean isTunable)
Indicates whether this hyperparameter is tunable in a hyperparameter tuning job.
|
HyperParameterSpecification |
HyperParameterSpecification.withName(String name)
The name of this hyperparameter.
|
HyperParameterSpecification |
HyperParameterSpecification.withRange(ParameterRange range)
The allowed range for this hyperparameter.
|
HyperParameterSpecification |
HyperParameterSpecification.withType(ParameterType type)
The type of this hyperparameter.
|
HyperParameterSpecification |
HyperParameterSpecification.withType(String type)
The type of this hyperparameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<HyperParameterSpecification> |
TrainingSpecification.getSupportedHyperParameters()
A list of the
HyperParameterSpecification objects, that define the supported hyperparameters. |
| Modifier and Type | Method and Description |
|---|---|
TrainingSpecification |
TrainingSpecification.withSupportedHyperParameters(HyperParameterSpecification... supportedHyperParameters)
A list of the
HyperParameterSpecification objects, that define the supported hyperparameters. |
| Modifier and Type | Method and Description |
|---|---|
void |
TrainingSpecification.setSupportedHyperParameters(Collection<HyperParameterSpecification> supportedHyperParameters)
A list of the
HyperParameterSpecification objects, that define the supported hyperparameters. |
TrainingSpecification |
TrainingSpecification.withSupportedHyperParameters(Collection<HyperParameterSpecification> supportedHyperParameters)
A list of the
HyperParameterSpecification objects, that define the supported hyperparameters. |
Copyright © 2024. All rights reserved.