public sealed class ManualBatchTuningParameters : IMessage<ManualBatchTuningParameters>, IEquatable<ManualBatchTuningParameters>, IDeepCloneable<ManualBatchTuningParameters>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ManualBatchTuningParameters.
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 64.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `ManualBatchTuningParameters` class is 1.0.0-beta21, which is part of the Vertex AI v1beta1 API and is used for manual batch tuning in machine learning operations."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message management."],["The `ManualBatchTuningParameters` class includes a constructor with a copy constructor that accepts another `ManualBatchTuningParameters` object, allowing the creation of copies."],["The class's primary property is `BatchSize`, an integer that dictates the number of records processed per batch, impacting the operation's execution speed and memory usage, with a default value of 64."]]],[]]