View Source GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Trial_Parameter (google_api_machine_learning v0.28.1)
A message representing a parameter to be tuned. Contains the name of the parameter and the suggested value to use for this trial.
Attributes
-
floatValue(type:float(), default:nil) - Must be set if ParameterType is DOUBLE or DISCRETE. -
intValue(type:String.t, default:nil) - Must be set if ParameterType is INTEGER -
parameter(type:String.t, default:nil) - The name of the parameter. -
stringValue(type:String.t, default:nil) - Must be set if ParameterTypeis CATEGORICAL
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.