GoogleCloudMlV1HyperparameterOutput constructor
GoogleCloudMlV1HyperparameterOutput({
- List<
GoogleCloudMlV1HyperparameterOutputHyperparameterMetric> ? allMetrics, - GoogleCloudMlV1BuiltInAlgorithmOutput? builtInAlgorithmOutput,
- String? endTime,
- GoogleCloudMlV1HyperparameterOutputHyperparameterMetric? finalMetric,
- Map<
String, String> ? hyperparameters, - bool? isTrialStoppedEarly,
- String? startTime,
- String? state,
- String? trialId,
- Map<
String, String> ? webAccessUris,
Implementation
GoogleCloudMlV1HyperparameterOutput({
this.allMetrics,
this.builtInAlgorithmOutput,
this.endTime,
this.finalMetric,
this.hyperparameters,
this.isTrialStoppedEarly,
this.startTime,
this.state,
this.trialId,
this.webAccessUris,
});