Class: Google::Cloud::VisionAI::V1::BatchRunProcessRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::BatchRunProcessRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/lva_service.rb
Overview
Request message for running the processes in a batch.
Defined Under Namespace
Classes: BatchRunProcessOptions
Instance Attribute Summary collapse
-
#batch_id ⇒ ::String
readonly
Output only.
-
#options ⇒ ::Google::Cloud::VisionAI::V1::BatchRunProcessRequest::BatchRunProcessOptions
Optional.
-
#parent ⇒ ::String
Required.
-
#requests ⇒ ::Array<::Google::Cloud::VisionAI::V1::CreateProcessRequest>
Required.
Instance Attribute Details
#batch_id ⇒ ::String (readonly)
Returns Output only. The batch ID.
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 430 class BatchRunProcessRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Options for batch processes. # @!attribute [rw] retry_count # @return [::Integer] # The retry counts per process. Default: 3. # @!attribute [rw] batch_size # @return [::Integer] # The batch size. Default: 5, maximum: 100. class BatchRunProcessOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#options ⇒ ::Google::Cloud::VisionAI::V1::BatchRunProcessRequest::BatchRunProcessOptions
Returns Optional. Options for batch processes.
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 430 class BatchRunProcessRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Options for batch processes. # @!attribute [rw] retry_count # @return [::Integer] # The retry counts per process. Default: 3. # @!attribute [rw] batch_size # @return [::Integer] # The batch size. Default: 5, maximum: 100. class BatchRunProcessOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#parent ⇒ ::String
Returns Required. The parent resource shared by all processes being created.
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 430 class BatchRunProcessRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Options for batch processes. # @!attribute [rw] retry_count # @return [::Integer] # The retry counts per process. Default: 3. # @!attribute [rw] batch_size # @return [::Integer] # The batch size. Default: 5, maximum: 100. class BatchRunProcessOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#requests ⇒ ::Array<::Google::Cloud::VisionAI::V1::CreateProcessRequest>
Returns Required. The create process requests.
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 430 class BatchRunProcessRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Options for batch processes. # @!attribute [rw] retry_count # @return [::Integer] # The retry counts per process. Default: 3. # @!attribute [rw] batch_size # @return [::Integer] # The batch size. Default: 5, maximum: 100. class BatchRunProcessOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |