GoogleCloudMlV1_StudyConfigParameterSpec_IntegerValueSpecArgs

data class GoogleCloudMlV1_StudyConfigParameterSpec_IntegerValueSpecArgs(val maxValue: Output<String>? = null, val minValue: Output<String>? = null) : ConvertibleToJava<GoogleCloudMlV1_StudyConfigParameterSpec_IntegerValueSpecArgs>

Constructors

Functions

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

Properties

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

Must be specified if type is INTEGER. Maximum value of the parameter.

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

Must be specified if type is INTEGER. Minimum value of the parameter.