Interface AutoParameter.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AutoParameter.Builder,AutoParameter>
,SdkBuilder<AutoParameter.Builder,AutoParameter>
,SdkPojo
- Enclosing class:
- AutoParameter
public static interface AutoParameter.Builder extends SdkPojo, CopyableBuilder<AutoParameter.Builder,AutoParameter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoParameter.Builder
name(String name)
The name of the hyperparameter to optimize using Autotune.AutoParameter.Builder
valueHint(String valueHint)
An example value of the hyperparameter to optimize using Autotune.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
AutoParameter.Builder name(String name)
The name of the hyperparameter to optimize using Autotune.
- Parameters:
name
- The name of the hyperparameter to optimize using Autotune.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
valueHint
AutoParameter.Builder valueHint(String valueHint)
An example value of the hyperparameter to optimize using Autotune.
- Parameters:
valueHint
- An example value of the hyperparameter to optimize using Autotune.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-