Module: Google::Cloud::Vision::V1p4beta1::BatchOperationMetadata::State
- Defined in:
- proto_docs/google/cloud/vision/v1p4beta1/product_search_service.rb
Overview
Enumerates the possible states that the batch request can be in.
Constant Summary collapse
- STATE_UNSPECIFIED =
Invalid.
0
- PROCESSING =
Request is actively being processed.
1
- SUCCESSFUL =
The request is done and at least one item has been successfully processed.
2
- FAILED =
The request is done and no item has been successfully processed.
3
- CANCELLED =
The request is done after the longrunning.Operations.CancelOperation has been called by the user. Any records that were processed before the cancel command are output as specified in the request.
4