@Stability(value=Stable)
public static interface CfnSolution.IntegerHyperParameterRangeProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.personalize.*;
IntegerHyperParameterRangeProperty integerHyperParameterRangeProperty = IntegerHyperParameterRangeProperty.builder()
.maxValue(123)
.minValue(123)
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSolution.IntegerHyperParameterRangeProperty.Builder
A builder for
CfnSolution.IntegerHyperParameterRangeProperty |
static class |
CfnSolution.IntegerHyperParameterRangeProperty.Jsii$Proxy
An implementation for
CfnSolution.IntegerHyperParameterRangeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSolution.IntegerHyperParameterRangeProperty.Builder |
builder() |
default Number |
getMaxValue()
The maximum allowable value for the hyperparameter.
|
default Number |
getMinValue()
The minimum allowable value for the hyperparameter.
|
default String |
getName()
The name of the hyperparameter.
|
@Stability(value=Stable) @Nullable default Number getMaxValue()
@Stability(value=Stable) @Nullable default Number getMinValue()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnSolution.IntegerHyperParameterRangeProperty.Builder builder()
Copyright © 2023. All rights reserved.