Google Cloud Ml V1__Parameter Spec Args
data class GoogleCloudMlV1__ParameterSpecArgs(val categoricalValues: Output<List<String>>? = null, val discreteValues: Output<List<Double>>? = null, val maxValue: Output<Double>? = null, val minValue: Output<Double>? = null, val parameterName: Output<String>, val scaleType: Output<GoogleCloudMlV1__ParameterSpecScaleType>? = null, val type: Output<GoogleCloudMlV1__ParameterSpecType>) : ConvertibleToJava<GoogleCloudMlV1__ParameterSpecArgs>
Represents a single hyperparameter to optimize.
Constructors
Link copied to clipboard
fun GoogleCloudMlV1__ParameterSpecArgs(categoricalValues: Output<List<String>>? = null, discreteValues: Output<List<Double>>? = null, maxValue: Output<Double>? = null, minValue: Output<Double>? = null, parameterName: Output<String>, scaleType: Output<GoogleCloudMlV1__ParameterSpecScaleType>? = null, type: Output<GoogleCloudMlV1__ParameterSpecType>)