GoogleCloudAiplatformV1TunedModelCheckpoint constructor

GoogleCloudAiplatformV1TunedModelCheckpoint({
  1. String? checkpointId,
  2. String? endpoint,
  3. String? epoch,
  4. String? step,
})

Implementation

GoogleCloudAiplatformV1TunedModelCheckpoint({
  this.checkpointId,
  this.endpoint,
  this.epoch,
  this.step,
});