Class: Google::Cloud::AIPlatform::V1::ManualBatchTuningParameters
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ManualBatchTuningParameters
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/manual_batch_tuning_parameters.rb
Overview
Manual batch tuning parameters.
Instance Attribute Summary collapse
-
#batch_size ⇒ ::Integer
Immutable.
Instance Attribute Details
#batch_size ⇒ ::Integer
Returns 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.
34 35 36 37 |
# File 'proto_docs/google/cloud/aiplatform/v1/manual_batch_tuning_parameters.rb', line 34 class ManualBatchTuningParameters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |