epochCount property
Immutable. The number of training epochs. An epoch is one pass through the training data. If not set, a default of 5 will be used.
Implementation
final int? epochCount;
Immutable. The number of training epochs. An epoch is one pass through the training data. If not set, a default of 5 will be used.
final int? epochCount;