TrialComponentParameterValue
The value of a hyperparameter. Only one of NumberValue
or
StringValue
can be specified.
This object is specified in the CreateTrialComponent request.
Contents
- NumberValue
-
The numeric value of a numeric hyperparameter. If you specify a value for this parameter, you can't specify the
StringValue
parameter.Type: Double
Required: No
- StringValue
-
The string value of a categorical hyperparameter. If you specify a value for this parameter, you can't specify the
NumberValue
parameter.Type: String
Length Constraints: Maximum length of 2500.
Pattern:
.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: