Interface ParameterRange.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ParameterRange.Builder,,- ParameterRange> - SdkBuilder<ParameterRange.Builder,,- ParameterRange> - SdkPojo
- Enclosing class:
- ParameterRange
- 
Method SummaryModifier and TypeMethodDescriptiondefault ParameterRange.BuildercategoricalParameterRangeSpecification(Consumer<CategoricalParameterRangeSpecification.Builder> categoricalParameterRangeSpecification) ACategoricalParameterRangeSpecificationobject that defines the possible values for a categorical hyperparameter.categoricalParameterRangeSpecification(CategoricalParameterRangeSpecification categoricalParameterRangeSpecification) ACategoricalParameterRangeSpecificationobject that defines the possible values for a categorical hyperparameter.default ParameterRange.BuildercontinuousParameterRangeSpecification(Consumer<ContinuousParameterRangeSpecification.Builder> continuousParameterRangeSpecification) AContinuousParameterRangeSpecificationobject that defines the possible values for a continuous hyperparameter.continuousParameterRangeSpecification(ContinuousParameterRangeSpecification continuousParameterRangeSpecification) AContinuousParameterRangeSpecificationobject that defines the possible values for a continuous hyperparameter.default ParameterRange.BuilderintegerParameterRangeSpecification(Consumer<IntegerParameterRangeSpecification.Builder> integerParameterRangeSpecification) AIntegerParameterRangeSpecificationobject that defines the possible values for an integer hyperparameter.integerParameterRangeSpecification(IntegerParameterRangeSpecification integerParameterRangeSpecification) AIntegerParameterRangeSpecificationobject that defines the possible values for an 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- 
integerParameterRangeSpecificationParameterRange.Builder integerParameterRangeSpecification(IntegerParameterRangeSpecification integerParameterRangeSpecification) A IntegerParameterRangeSpecificationobject that defines the possible values for an integer hyperparameter.- Parameters:
- integerParameterRangeSpecification- A- IntegerParameterRangeSpecificationobject that defines the possible values for an integer hyperparameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
integerParameterRangeSpecificationdefault ParameterRange.Builder integerParameterRangeSpecification(Consumer<IntegerParameterRangeSpecification.Builder> integerParameterRangeSpecification) A This is a convenience method that creates an instance of theIntegerParameterRangeSpecificationobject that defines the possible values for an integer hyperparameter.IntegerParameterRangeSpecification.Builderavoiding the need to create one manually viaIntegerParameterRangeSpecification.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tointegerParameterRangeSpecification(IntegerParameterRangeSpecification).- Parameters:
- integerParameterRangeSpecification- a consumer that will call methods on- IntegerParameterRangeSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
continuousParameterRangeSpecificationParameterRange.Builder continuousParameterRangeSpecification(ContinuousParameterRangeSpecification continuousParameterRangeSpecification) A ContinuousParameterRangeSpecificationobject that defines the possible values for a continuous hyperparameter.- Parameters:
- continuousParameterRangeSpecification- A- ContinuousParameterRangeSpecificationobject that defines the possible values for a continuous hyperparameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
continuousParameterRangeSpecificationdefault ParameterRange.Builder continuousParameterRangeSpecification(Consumer<ContinuousParameterRangeSpecification.Builder> continuousParameterRangeSpecification) A This is a convenience method that creates an instance of theContinuousParameterRangeSpecificationobject that defines the possible values for a continuous hyperparameter.ContinuousParameterRangeSpecification.Builderavoiding the need to create one manually viaContinuousParameterRangeSpecification.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontinuousParameterRangeSpecification(ContinuousParameterRangeSpecification).- Parameters:
- continuousParameterRangeSpecification- a consumer that will call methods on- ContinuousParameterRangeSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
categoricalParameterRangeSpecificationParameterRange.Builder categoricalParameterRangeSpecification(CategoricalParameterRangeSpecification categoricalParameterRangeSpecification) A CategoricalParameterRangeSpecificationobject that defines the possible values for a categorical hyperparameter.- Parameters:
- categoricalParameterRangeSpecification- A- CategoricalParameterRangeSpecificationobject that defines the possible values for a categorical hyperparameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
categoricalParameterRangeSpecificationdefault ParameterRange.Builder categoricalParameterRangeSpecification(Consumer<CategoricalParameterRangeSpecification.Builder> categoricalParameterRangeSpecification) A This is a convenience method that creates an instance of theCategoricalParameterRangeSpecificationobject that defines the possible values for a categorical hyperparameter.CategoricalParameterRangeSpecification.Builderavoiding the need to create one manually viaCategoricalParameterRangeSpecification.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocategoricalParameterRangeSpecification(CategoricalParameterRangeSpecification).- Parameters:
- categoricalParameterRangeSpecification- a consumer that will call methods on- CategoricalParameterRangeSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-