BatchRunProcessRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for running the processes in a batch.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The parent resource shared by all processes being created. |
requests |
MutableSequence[google.cloud.visionai_v1.types.CreateProcessRequest]
Required. The create process requests. |
options |
google.cloud.visionai_v1.types.BatchRunProcessRequest.BatchRunProcessOptions
Optional. Options for batch processes. |
batch_id |
str
Output only. The batch ID. |
Classes
BatchRunProcessOptions
BatchRunProcessOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Options for batch processes.