GoogleCloudMlV1TrainingOutput constructor

GoogleCloudMlV1TrainingOutput({
  1. GoogleCloudMlV1BuiltInAlgorithmOutput? builtInAlgorithmOutput,
  2. String? completedTrialCount,
  3. double? consumedMLUnits,
  4. String? hyperparameterMetricTag,
  5. bool? isBuiltInAlgorithmJob,
  6. bool? isHyperparameterTuningJob,
  7. List<GoogleCloudMlV1HyperparameterOutput>? trials,
  8. Map<String, String>? webAccessUris,
})

Implementation

GoogleCloudMlV1TrainingOutput({
  this.builtInAlgorithmOutput,
  this.completedTrialCount,
  this.consumedMLUnits,
  this.hyperparameterMetricTag,
  this.isBuiltInAlgorithmJob,
  this.isHyperparameterTuningJob,
  this.trials,
  this.webAccessUris,
});