checkpoints

@CanIgnoreReturnValue()
public TunedModel.Builder checkpoints(Array<TunedModelCheckpoint> checkpoints)

Setter for checkpoints.

checkpoints: The checkpoints associated with this TunedModel. This field is only populated for tuning jobs that enable intermediate checkpoints.


@CanIgnoreReturnValue()
public TunedModel.Builder checkpoints(Array<TunedModelCheckpoint.Builder> checkpointsBuilders)

Setter for checkpoints builder.

checkpoints: The checkpoints associated with this TunedModel. This field is only populated for tuning jobs that enable intermediate checkpoints.