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 is for the `ManualBatchTuningParameters` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta09, with links to more recent beta versions provided."],["The `ManualBatchTuningParameters` class is used for configuring manual batch tuning and inherits from the base `object` class while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor that allows creating a new instance of `ManualBatchTuningParameters` or duplicating an existing one, as well as the `BatchSize` property, which defines the number of records per batch and has a default value of 64."],["The content offers inherited members such as `object.GetHashCode()`, `object.GetType()` and `object.ToString()` as well as where to locate the `Google.Cloud.AIPlatform.V1Beta1` namespace and assembly files."]]],[]]