public sealed class ManualBatchTuningParameters : IMessage<ManualBatchTuningParameters>, IEquatable<ManualBatchTuningParameters>, IDeepCloneable<ManualBatchTuningParameters>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ManualBatchTuningParameters.
Manual batch tuning parameters.
Implements
IMessageManualBatchTuningParameters, IEquatableManualBatchTuningParameters, IDeepCloneableManualBatchTuningParameters, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ManualBatchTuningParameters()
public ManualBatchTuningParameters()ManualBatchTuningParameters(ManualBatchTuningParameters)
public ManualBatchTuningParameters(ManualBatchTuningParameters other)| Parameter | |
|---|---|
| Name | Description |
other |
ManualBatchTuningParameters |
Properties
BatchSize
public int BatchSize { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
int |
|