Interface ParameterRanges.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ParameterRanges.Builder,,- ParameterRanges> - SdkBuilder<ParameterRanges.Builder,,- ParameterRanges> - SdkPojo
- Enclosing class:
- ParameterRanges
- 
Method SummaryModifier and TypeMethodDescriptioncategoricalParameterRanges(Collection<CategoricalParameterRange> categoricalParameterRanges) Specifies the tunable range for each categorical hyperparameter.categoricalParameterRanges(Consumer<CategoricalParameterRange.Builder>... categoricalParameterRanges) Specifies the tunable range for each categorical hyperparameter.categoricalParameterRanges(CategoricalParameterRange... categoricalParameterRanges) Specifies the tunable range for each categorical hyperparameter.continuousParameterRanges(Collection<ContinuousParameterRange> continuousParameterRanges) Specifies the tunable range for each continuous hyperparameter.continuousParameterRanges(Consumer<ContinuousParameterRange.Builder>... continuousParameterRanges) Specifies the tunable range for each continuous hyperparameter.continuousParameterRanges(ContinuousParameterRange... continuousParameterRanges) Specifies the tunable range for each continuous hyperparameter.integerParameterRanges(Collection<IntegerParameterRange> integerParameterRanges) Specifies the tunable range for each integer hyperparameter.integerParameterRanges(Consumer<IntegerParameterRange.Builder>... integerParameterRanges) Specifies the tunable range for each integer hyperparameter.integerParameterRanges(IntegerParameterRange... integerParameterRanges) Specifies the tunable range for each integer hyperparameter.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
categoricalParameterRangesParameterRanges.Builder categoricalParameterRanges(Collection<CategoricalParameterRange> categoricalParameterRanges) Specifies the tunable range for each categorical hyperparameter. - Parameters:
- categoricalParameterRanges- Specifies the tunable range for each categorical hyperparameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
categoricalParameterRangesParameterRanges.Builder categoricalParameterRanges(CategoricalParameterRange... categoricalParameterRanges) Specifies the tunable range for each categorical hyperparameter. - Parameters:
- categoricalParameterRanges- Specifies the tunable range for each categorical hyperparameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
categoricalParameterRangesParameterRanges.Builder categoricalParameterRanges(Consumer<CategoricalParameterRange.Builder>... categoricalParameterRanges) Specifies the tunable range for each categorical hyperparameter. This is a convenience method that creates an instance of theCategoricalParameterRange.Builderavoiding the need to create one manually viaCategoricalParameterRange.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocategoricalParameterRanges(List<CategoricalParameterRange>).- Parameters:
- categoricalParameterRanges- a consumer that will call methods on- CategoricalParameterRange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
continuousParameterRangesParameterRanges.Builder continuousParameterRanges(Collection<ContinuousParameterRange> continuousParameterRanges) Specifies the tunable range for each continuous hyperparameter. - Parameters:
- continuousParameterRanges- Specifies the tunable range for each continuous hyperparameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
continuousParameterRangesParameterRanges.Builder continuousParameterRanges(ContinuousParameterRange... continuousParameterRanges) Specifies the tunable range for each continuous hyperparameter. - Parameters:
- continuousParameterRanges- Specifies the tunable range for each continuous hyperparameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
continuousParameterRangesParameterRanges.Builder continuousParameterRanges(Consumer<ContinuousParameterRange.Builder>... continuousParameterRanges) Specifies the tunable range for each continuous hyperparameter. This is a convenience method that creates an instance of theContinuousParameterRange.Builderavoiding the need to create one manually viaContinuousParameterRange.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontinuousParameterRanges(List<ContinuousParameterRange>).- Parameters:
- continuousParameterRanges- a consumer that will call methods on- ContinuousParameterRange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
integerParameterRangesParameterRanges.Builder integerParameterRanges(Collection<IntegerParameterRange> integerParameterRanges) Specifies the tunable range for each integer hyperparameter. - Parameters:
- integerParameterRanges- Specifies the tunable range for each integer hyperparameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
integerParameterRangesSpecifies the tunable range for each integer hyperparameter. - Parameters:
- integerParameterRanges- Specifies the tunable range for each integer hyperparameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
integerParameterRangesParameterRanges.Builder integerParameterRanges(Consumer<IntegerParameterRange.Builder>... integerParameterRanges) Specifies the tunable range for each integer hyperparameter. This is a convenience method that creates an instance of theIntegerParameterRange.Builderavoiding the need to create one manually viaIntegerParameterRange.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tointegerParameterRanges(List<IntegerParameterRange>).- Parameters:
- integerParameterRanges- a consumer that will call methods on- IntegerParameterRange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-