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-03-25 UTC."],[[["This documentation covers the `ManualBatchTuningParameters` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta01, with links to later versions available."],["The `ManualBatchTuningParameters` class is designed for manual configuration of batch tuning parameters in the Cloud AI Platform."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ManualBatchTuningParameters` class has a `BatchSize` property, an integer representing the number of records processed in each batch, with a default value of 64."],["Constructors are provided for creating instances of `ManualBatchTuningParameters` with or without an existing `ManualBatchTuningParameters` object."]]],[]]