GoogleCloudMlV1_Trial_ParameterArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudMlV1_Trial_ParameterArgs

Properties

Link copied to clipboard
val floatValue: Output<Double>? = null

Must be set if ParameterType is DOUBLE or DISCRETE.

Link copied to clipboard
val intValue: Output<String>? = null

Must be set if ParameterType is INTEGER

Link copied to clipboard
val parameter: Output<String>? = null

The name of the parameter.

Link copied to clipboard
val stringValue: Output<String>? = null

Must be set if ParameterTypeis CATEGORICAL