| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CategoricalParameter |
CategoricalParameter.clone() |
CategoricalParameter |
CategoricalParameter.withName(String name)
The Name of the environment variable.
|
CategoricalParameter |
CategoricalParameter.withValue(Collection<String> value)
The list of values you can pass.
|
CategoricalParameter |
CategoricalParameter.withValue(String... value)
The list of values you can pass.
|
| Modifier and Type | Method and Description |
|---|---|
List<CategoricalParameter> |
EnvironmentParameterRanges.getCategoricalParameterRanges()
Specified a list of parameters for each category.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentParameterRanges |
EnvironmentParameterRanges.withCategoricalParameterRanges(CategoricalParameter... categoricalParameterRanges)
Specified a list of parameters for each category.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnvironmentParameterRanges.setCategoricalParameterRanges(Collection<CategoricalParameter> categoricalParameterRanges)
Specified a list of parameters for each category.
|
EnvironmentParameterRanges |
EnvironmentParameterRanges.withCategoricalParameterRanges(Collection<CategoricalParameter> categoricalParameterRanges)
Specified a list of parameters for each category.
|
Copyright © 2025. All rights reserved.