Interface TrialComponentParameterValue.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TrialComponentParameterValue.Builder,,- TrialComponentParameterValue> - SdkBuilder<TrialComponentParameterValue.Builder,,- TrialComponentParameterValue> - SdkPojo
- Enclosing class:
- TrialComponentParameterValue
@Mutable
@NotThreadSafe
public static interface TrialComponentParameterValue.Builder
extends SdkPojo, CopyableBuilder<TrialComponentParameterValue.Builder,TrialComponentParameterValue> 
- 
Method SummaryModifier and TypeMethodDescriptionnumberValue(Double numberValue) The numeric value of a numeric hyperparameter.stringValue(String stringValue) The string value of a categorical 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- 
stringValueThe string value of a categorical hyperparameter. If you specify a value for this parameter, you can't specify the NumberValueparameter.- Parameters:
- stringValue- The string value of a categorical hyperparameter. If you specify a value for this parameter, you can't specify the- NumberValueparameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
numberValueThe numeric value of a numeric hyperparameter. If you specify a value for this parameter, you can't specify the StringValueparameter.- Parameters:
- numberValue- The numeric value of a numeric hyperparameter. If you specify a value for this parameter, you can't specify the- StringValueparameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-