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"]],[["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-14 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eManualBatchTuningParameters\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, equality checks, deep cloning, and buffer message management.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eManualBatchTuningParameters\u003c/code\u003e class includes a constructor with a copy constructor that accepts another \u003ccode\u003eManualBatchTuningParameters\u003c/code\u003e object, allowing the creation of copies.\u003c/p\u003e\n"],["\u003cp\u003eThe class's primary property is \u003ccode\u003eBatchSize\u003c/code\u003e, 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.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class ManualBatchTuningParameters (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ManualBatchTuningParameters)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.ManualBatchTuningParameters) \n\n public sealed class ManualBatchTuningParameters : IMessage\u003cManualBatchTuningParameters\u003e, IEquatable\u003cManualBatchTuningParameters\u003e, IDeepCloneable\u003cManualBatchTuningParameters\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class ManualBatchTuningParameters.\n\nManual batch tuning parameters. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ManualBatchTuningParameters \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ManualBatchTuningParameters](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ManualBatchTuningParameters), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ManualBatchTuningParameters](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ManualBatchTuningParameters), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ManualBatchTuningParameters](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ManualBatchTuningParameters), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### ManualBatchTuningParameters()\n\n public ManualBatchTuningParameters()\n\n### ManualBatchTuningParameters(ManualBatchTuningParameters)\n\n public ManualBatchTuningParameters(ManualBatchTuningParameters other)\n\nProperties\n----------\n\n### BatchSize\n\n public int BatchSize { get; set; }\n\nImmutable. The number of the records (e.g. instances) of the operation\ngiven in each batch to a machine replica. Machine type, and size of a\nsingle record should be considered when setting this parameter, higher\nvalue speeds up the batch operation's execution, but too high value will\nresult in a whole batch not fitting in a machine's memory, and the whole\noperation will fail.\nThe default value is 64."]]