public sealed class ManualBatchTuningParameters : IMessage<ManualBatchTuningParameters>, IEquatable<ManualBatchTuningParameters>, IDeepCloneable<ManualBatchTuningParameters>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eManualBatchTuningParameters\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1\u003c/code\u003e namespace, specifically for version 1.2.0 and offers links to other version references, ranging from versions 1.0.0 to 3.22.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eManualBatchTuningParameters\u003c/code\u003e is a class used for manual tuning of batch operations, implementing multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eManualBatchTuningParameters\u003c/code\u003e has a \u003ccode\u003eBatchSize\u003c/code\u003e property of type \u003ccode\u003eInt32\u003c/code\u003e, which is mutable and used to define the number of records included within a batch operation, with a default value of 4.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors provided for this class, one default and one which will take the same type of class as a parameter, allowing it to clone from another \u003ccode\u003eManualBatchTuningParameters\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eManualBatchTuningParameters\u003c/code\u003e class inherits core members like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e from the base \u003ccode\u003eObject\u003c/code\u003e class, that is included within the Microsoft .Net framework.\u003c/p\u003e\n"]]],[],null,[]]