public static interface TrialComponentParameterValue.Builder extends SdkPojo, CopyableBuilder<TrialComponentParameterValue.Builder,TrialComponentParameterValue>
| Modifier and Type | Method and Description |
|---|---|
TrialComponentParameterValue.Builder |
numberValue(Double numberValue)
The numeric value of a numeric hyperparameter.
|
TrialComponentParameterValue.Builder |
stringValue(String stringValue)
The string value of a categorical hyperparameter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrialComponentParameterValue.Builder stringValue(String stringValue)
The string value of a categorical hyperparameter. If you specify a value for this parameter, you can't
specify the NumberValue parameter.
stringValue - The string value of a categorical hyperparameter. If you specify a value for this parameter, you can't
specify the NumberValue parameter.TrialComponentParameterValue.Builder numberValue(Double numberValue)
The numeric value of a numeric hyperparameter. If you specify a value for this parameter, you can't specify
the StringValue parameter.
numberValue - The numeric value of a numeric hyperparameter. If you specify a value for this parameter, you can't
specify the StringValue parameter.Copyright © 2022. All rights reserved.