GoogleCloudMlV1HyperparameterOutput constructor

GoogleCloudMlV1HyperparameterOutput({
  1. List<GoogleCloudMlV1HyperparameterOutputHyperparameterMetric>? allMetrics,
  2. GoogleCloudMlV1BuiltInAlgorithmOutput? builtInAlgorithmOutput,
  3. String? endTime,
  4. GoogleCloudMlV1HyperparameterOutputHyperparameterMetric? finalMetric,
  5. Map<String, String>? hyperparameters,
  6. bool? isTrialStoppedEarly,
  7. String? startTime,
  8. String? state,
  9. String? trialId,
  10. 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,
});