ModelVersionCheckpoint constructor

ModelVersionCheckpoint({
  1. String checkpointId = '',
  2. int epoch = 0,
  3. int step = 0,
})

Implementation

ModelVersionCheckpoint({
  this.checkpointId = '',
  this.epoch = 0,
  this.step = 0,
}) : super(fullyQualifiedName);