GoogleCloudMlV1StudyConfig constructor
GoogleCloudMlV1StudyConfig({
- String? algorithm,
- GoogleCloudMlV1AutomatedStoppingConfig? automatedStoppingConfig,
- List<
GoogleCloudMlV1StudyConfigMetricSpec> ? metrics, - List<
GoogleCloudMlV1StudyConfigParameterSpec> ? parameters,
Implementation
GoogleCloudMlV1StudyConfig({
this.algorithm,
this.automatedStoppingConfig,
this.metrics,
this.parameters,
});