Google Cloud Ml V1_Trial_Parameter Args
data class GoogleCloudMlV1_Trial_ParameterArgs(val floatValue: Output<Double>? = null, val intValue: Output<String>? = null, val parameter: Output<String>? = null, val stringValue: Output<String>? = null) : ConvertibleToJava<GoogleCloudMlV1_Trial_ParameterArgs>
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_ParameterArgs(floatValue: Output<Double>? = null, intValue: Output<String>? = null, parameter: Output<String>? = null, stringValue: Output<String>? = null)