Class: Google::Cloud::VisionAI::V1::BatchRunProcessRequest::BatchRunProcessOptions

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#batch_size::Integer

Returns The batch size. Default: 5, maximum: 100.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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