Class: Google::Cloud::VisionAI::V1::BatchRunProcessResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::BatchRunProcessResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/lva_service.rb
Overview
Response message for running the processes in a batch.
Instance Attribute Summary collapse
-
#batch_id ⇒ ::String
The batch ID.
-
#processes ⇒ ::Array<::Google::Cloud::VisionAI::V1::Process>
Processes created.
Instance Attribute Details
#batch_id ⇒ ::String
Returns The batch ID.
454 455 456 457 |
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 454 class BatchRunProcessResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#processes ⇒ ::Array<::Google::Cloud::VisionAI::V1::Process>
Returns Processes created.
454 455 456 457 |
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 454 class BatchRunProcessResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |