Class: Google::Cloud::VisionAI::V1::BatchRunProcessRequest::BatchRunProcessOptions
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::BatchRunProcessRequest::BatchRunProcessOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/lva_service.rb
Overview
Options for batch processes.
Instance Attribute Summary collapse
-
#batch_size ⇒ ::Integer
The batch size.
-
#retry_count ⇒ ::Integer
The retry counts per process.
Instance Attribute Details
#batch_size ⇒ ::Integer
Returns The batch size. Default: 5, maximum: 100.
441 442 443 444 |
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 441 class BatchRunProcessOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#retry_count ⇒ ::Integer
Returns The retry counts per process. Default: 3.
441 442 443 444 |
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 441 class BatchRunProcessOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |