public sealed class ManualBatchTuningParameters : IMessage<ManualBatchTuningParameters>, IEquatable<ManualBatchTuningParameters>, IDeepCloneable<ManualBatchTuningParameters>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This documentation provides details for the `ManualBatchTuningParameters` class within the Cloud AI Platform v1beta1 API, specifically for the .NET environment."],["The `ManualBatchTuningParameters` class is designed for manual batch tuning and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has a constructor and can be instantiated using `ManualBatchTuningParameters()` or by passing another `ManualBatchTuningParameters` object to the constructor `ManualBatchTuningParameters(ManualBatchTuningParameters other)`."],["The `BatchSize` property is an integer that controls the number of records per batch during an operation, with a default value of 64, and its value should be set based on machine resources and record size."]]],[]]