GoogleCloudMlV1__ParameterSpecArgs

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>)