GoogleCloudMlV1StudyConfigParameterSpec constructor
GoogleCloudMlV1StudyConfigParameterSpec({
- GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec? categoricalValueSpec,
- List<
GoogleCloudMlV1StudyConfigParameterSpec> ? childParameterSpecs, - GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec? discreteValueSpec,
- GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec? doubleValueSpec,
- GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec? integerValueSpec,
- String? parameter,
- GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec? parentCategoricalValues,
- GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec? parentDiscreteValues,
- GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec? parentIntValues,
- String? scaleType,
- String? type,
Implementation
GoogleCloudMlV1StudyConfigParameterSpec({
this.categoricalValueSpec,
this.childParameterSpecs,
this.discreteValueSpec,
this.doubleValueSpec,
this.integerValueSpec,
this.parameter,
this.parentCategoricalValues,
this.parentDiscreteValues,
this.parentIntValues,
this.scaleType,
this.type,
});