GoogleCloudAiplatformV1StudySpecParameterSpec constructor
GoogleCloudAiplatformV1StudySpecParameterSpec({
- GoogleCloudAiplatformV1StudySpecParameterSpecCategoricalValueSpec? categoricalValueSpec,
- List<
GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpec> ? conditionalParameterSpecs, - GoogleCloudAiplatformV1StudySpecParameterSpecDiscreteValueSpec? discreteValueSpec,
- GoogleCloudAiplatformV1StudySpecParameterSpecDoubleValueSpec? doubleValueSpec,
- GoogleCloudAiplatformV1StudySpecParameterSpecIntegerValueSpec? integerValueSpec,
- String? parameterId,
- String? scaleType,
Implementation
GoogleCloudAiplatformV1StudySpecParameterSpec({
this.categoricalValueSpec,
this.conditionalParameterSpecs,
this.discreteValueSpec,
this.doubleValueSpec,
this.integerValueSpec,
this.parameterId,
this.scaleType,
});