GoogleCloudMlV1HyperparameterSpec constructor

GoogleCloudMlV1HyperparameterSpec({
  1. String? algorithm,
  2. bool? enableTrialEarlyStopping,
  3. String? goal,
  4. String? hyperparameterMetricTag,
  5. int? maxFailedTrials,
  6. int? maxParallelTrials,
  7. int? maxTrials,
  8. List<GoogleCloudMlV1ParameterSpec>? params,
  9. String? resumePreviousJobId,
})

Implementation

GoogleCloudMlV1HyperparameterSpec({
  this.algorithm,
  this.enableTrialEarlyStopping,
  this.goal,
  this.hyperparameterMetricTag,
  this.maxFailedTrials,
  this.maxParallelTrials,
  this.maxTrials,
  this.params,
  this.resumePreviousJobId,
});