GoogleCloudAiplatformV1ModelVersionCheckpoint constructor

GoogleCloudAiplatformV1ModelVersionCheckpoint({
  1. String? checkpointId,
  2. String? epoch,
  3. String? name,
  4. String? step,
})

Implementation

GoogleCloudAiplatformV1ModelVersionCheckpoint({
  this.checkpointId,
  this.epoch,
  this.name,
  this.step,
});