Vision AI V1 API - Class Google::Cloud::VisionAI::V1::BatchRunProcessRequest::BatchRunProcessOptions (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::BatchRunProcessRequest::BatchRunProcessOptions.

Options for batch processes.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#batch_size

def batch_size() -> ::Integer
Returns
  • (::Integer) — The batch size. Default: 5, maximum: 100.

#batch_size=

def batch_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The batch size. Default: 5, maximum: 100.
Returns
  • (::Integer) — The batch size. Default: 5, maximum: 100.

#retry_count

def retry_count() -> ::Integer
Returns
  • (::Integer) — The retry counts per process. Default: 3.

#retry_count=

def retry_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The retry counts per process. Default: 3.
Returns
  • (::Integer) — The retry counts per process. Default: 3.