Google Cloud Ml V1_Trial_Parameter Response
data class GoogleCloudMlV1_Trial_ParameterResponse(val floatValue: Double, val intValue: String, val parameter: String, val stringValue: String)
A message representing a parameter to be tuned. Contains the name of the parameter and the suggested value to use for this trial.
Constructors
Link copied to clipboard
fun GoogleCloudMlV1_Trial_ParameterResponse(floatValue: Double, intValue: String, parameter: String, stringValue: String)