Google Cloud Ml V1_Study Config_Parameter Spec Response
data class GoogleCloudMlV1_StudyConfig_ParameterSpecResponse(val categoricalValueSpec: GoogleCloudMlV1_StudyConfigParameterSpec_CategoricalValueSpecResponse, val childParameterSpecs: List<GoogleCloudMlV1_StudyConfig_ParameterSpecResponse>, val discreteValueSpec: GoogleCloudMlV1_StudyConfigParameterSpec_DiscreteValueSpecResponse, val doubleValueSpec: GoogleCloudMlV1_StudyConfigParameterSpec_DoubleValueSpecResponse, val integerValueSpec: GoogleCloudMlV1_StudyConfigParameterSpec_IntegerValueSpecResponse, val parameter: String, val parentCategoricalValues: GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentCategoricalValueSpecResponse, val parentDiscreteValues: GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentDiscreteValueSpecResponse, val parentIntValues: GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentIntValueSpecResponse, val scaleType: String, val type: String)
Represents a single parameter to optimize.
Constructors
Link copied to clipboard
fun GoogleCloudMlV1_StudyConfig_ParameterSpecResponse(categoricalValueSpec: GoogleCloudMlV1_StudyConfigParameterSpec_CategoricalValueSpecResponse, childParameterSpecs: List<GoogleCloudMlV1_StudyConfig_ParameterSpecResponse>, discreteValueSpec: GoogleCloudMlV1_StudyConfigParameterSpec_DiscreteValueSpecResponse, doubleValueSpec: GoogleCloudMlV1_StudyConfigParameterSpec_DoubleValueSpecResponse, integerValueSpec: GoogleCloudMlV1_StudyConfigParameterSpec_IntegerValueSpecResponse, parameter: String, parentCategoricalValues: GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentCategoricalValueSpecResponse, parentDiscreteValues: GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentDiscreteValueSpecResponse, parentIntValues: GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentIntValueSpecResponse, scaleType: String, type: String)