Class ManualBatchTuningParameters (0.8.0)

ManualBatchTuningParameters(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Manual batch tuning parameters. .. attribute:: batch_size

Immutable. The number of the records (e.g. instances) of the operation given in each batch to a machine replica. Machine type, and size of a single record should be considered when setting this parameter, higher value speeds up the batch operation's execution, but too high value will result in a whole batch not fitting in a machine's memory, and the whole operation will fail. The default value is 4.

:type: int

Inheritance

builtins.object > proto.message.Message > ManualBatchTuningParameters