View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ManualBatchTuningParameters (google_api_ai_platform v0.13.0)
Manual batch tuning parameters.
Attributes
-
batchSize
(type:integer()
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ManualBatchTuningParameters{ batchSize: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.