GoogleCloudMlV1StudyConfigParameterSpec |
GoogleCloudMlV1StudyConfigParameterSpec.clone() |
GoogleCloudMlV1StudyConfigParameterSpec |
GoogleCloudMlV1StudyConfigParameterSpec.set(String fieldName,
Object value) |
GoogleCloudMlV1StudyConfigParameterSpec |
GoogleCloudMlV1StudyConfigParameterSpec.setCategoricalValueSpec(GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec categoricalValueSpec)
The value spec for a 'CATEGORICAL' parameter.
|
GoogleCloudMlV1StudyConfigParameterSpec |
GoogleCloudMlV1StudyConfigParameterSpec.setChildParameterSpecs(List<GoogleCloudMlV1StudyConfigParameterSpec> childParameterSpecs)
A child node is active if the parameter's value matches the child node's
matching_parent_values.
|
GoogleCloudMlV1StudyConfigParameterSpec |
GoogleCloudMlV1StudyConfigParameterSpec.setDiscreteValueSpec(GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec discreteValueSpec)
The value spec for a 'DISCRETE' parameter.
|
GoogleCloudMlV1StudyConfigParameterSpec |
GoogleCloudMlV1StudyConfigParameterSpec.setDoubleValueSpec(GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec doubleValueSpec)
The value spec for a 'DOUBLE' parameter.
|
GoogleCloudMlV1StudyConfigParameterSpec |
GoogleCloudMlV1StudyConfigParameterSpec.setIntegerValueSpec(GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec integerValueSpec)
The value spec for an 'INTEGER' parameter.
|
GoogleCloudMlV1StudyConfigParameterSpec |
GoogleCloudMlV1StudyConfigParameterSpec.setParameter(String parameter)
Required.
|
GoogleCloudMlV1StudyConfigParameterSpec |
GoogleCloudMlV1StudyConfigParameterSpec.setParentCategoricalValues(GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec parentCategoricalValues) |
GoogleCloudMlV1StudyConfigParameterSpec |
GoogleCloudMlV1StudyConfigParameterSpec.setParentDiscreteValues(GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec parentDiscreteValues) |
GoogleCloudMlV1StudyConfigParameterSpec |
GoogleCloudMlV1StudyConfigParameterSpec.setParentIntValues(GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec parentIntValues) |
GoogleCloudMlV1StudyConfigParameterSpec |
GoogleCloudMlV1StudyConfigParameterSpec.setScaleType(String scaleType)
How the parameter should be scaled.
|
GoogleCloudMlV1StudyConfigParameterSpec |
GoogleCloudMlV1StudyConfigParameterSpec.setType(String type)
Required.
|