GoogleCloudAiplatformV1StudySpec constructor
GoogleCloudAiplatformV1StudySpec({
- String? algorithm,
- GoogleCloudAiplatformV1StudySpecConvexAutomatedStoppingSpec? convexAutomatedStoppingSpec,
- GoogleCloudAiplatformV1StudySpecDecayCurveAutomatedStoppingSpec? decayCurveStoppingSpec,
- String? measurementSelectionType,
- GoogleCloudAiplatformV1StudySpecMedianAutomatedStoppingSpec? medianAutomatedStoppingSpec,
- List<
GoogleCloudAiplatformV1StudySpecMetricSpec> ? metrics, - String? observationNoise,
- List<
GoogleCloudAiplatformV1StudySpecParameterSpec> ? parameters, - GoogleCloudAiplatformV1StudySpecStudyStoppingConfig? studyStoppingConfig,
Implementation
GoogleCloudAiplatformV1StudySpec({
this.algorithm,
this.convexAutomatedStoppingSpec,
this.decayCurveStoppingSpec,
this.measurementSelectionType,
this.medianAutomatedStoppingSpec,
this.metrics,
this.observationNoise,
this.parameters,
this.studyStoppingConfig,
});