batchSize property

int? batchSize
final

Immutable. The batch size hyperparameter for tuning. If not set, a default of 4 or 16 will be used based on the number of training examples.

Implementation

final int? batchSize;