Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class BatchRunProcessOptions.
Options for batch processes.
Generated from protobuf message google.cloud.visionai.v1.BatchRunProcessRequest.BatchRunProcessOptions
Namespace
Google \ Cloud \ VisionAI \ V1 \ BatchRunProcessRequestMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ retry_count |
int
The retry counts per process. Default: 3. |
↳ batch_size |
int
The batch size. Default: 5, maximum: 100. |
getRetryCount
The retry counts per process. Default: 3.
| Returns | |
|---|---|
| Type | Description |
int |
|
setRetryCount
The retry counts per process. Default: 3.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBatchSize
The batch size. Default: 5, maximum: 100.
| Returns | |
|---|---|
| Type | Description |
int |
|
setBatchSize
The batch size. Default: 5, maximum: 100.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|