Google Cloud Vision Ai V1 Client - Class BatchRunProcessRequest (0.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class BatchRunProcessRequest.
Request message for running the processes in a batch.
Generated from protobuf message google.cloud.visionai.v1.BatchRunProcessRequest
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource shared by all processes being created. |
↳ requests |
array<CreateProcessRequest>
Required. The create process requests. |
↳ options |
BatchRunProcessRequest\BatchRunProcessOptions
Optional. Options for batch processes. |
↳ batch_id |
string
Output only. The batch ID. |
getParent
Required. The parent resource shared by all processes being created.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent resource shared by all processes being created.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRequests
Required. The create process requests.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<CreateProcessRequest> |
|
setRequests
Required. The create process requests.
| Parameter | |
|---|---|
| Name | Description |
var |
array<CreateProcessRequest>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOptions
Optional. Options for batch processes.
| Returns | |
|---|---|
| Type | Description |
BatchRunProcessRequest\BatchRunProcessOptions|null |
|
hasOptions
clearOptions
setOptions
Optional. Options for batch processes.
| Parameter | |
|---|---|
| Name | Description |
var |
BatchRunProcessRequest\BatchRunProcessOptions
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBatchId
Output only. The batch ID.
| Returns | |
|---|---|
| Type | Description |
string |
|
setBatchId
Output only. The batch ID.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The parent resource shared by all processes being created. Please see LiveVideoAnalyticsClient::clusterName() for help formatting this field. |
requests |
array<CreateProcessRequest>
Required. The create process requests. |
| Returns | |
|---|---|
| Type | Description |
BatchRunProcessRequest |
|