CreateTunedModelMetadata constructor

CreateTunedModelMetadata({
  1. String tunedModel = '',
  2. int totalSteps = 0,
  3. int completedSteps = 0,
  4. double completedPercent = 0,
  5. List<TuningSnapshot> snapshots = const [],
})

Implementation

CreateTunedModelMetadata({
  this.tunedModel = '',
  this.totalSteps = 0,
  this.completedSteps = 0,
  this.completedPercent = 0,
  this.snapshots = const [],
}) : super(fullyQualifiedName);