public sealed class BatchRunProcessRequest.Types.BatchRunProcessOptions : IMessage<BatchRunProcessRequest.Types.BatchRunProcessOptions>, IEquatable<BatchRunProcessRequest.Types.BatchRunProcessOptions>, IDeepCloneable<BatchRunProcessRequest.Types.BatchRunProcessOptions>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class BatchRunProcessRequest.Types.BatchRunProcessOptions.
Options for batch processes.
Implements
IMessageBatchRunProcessRequestTypesBatchRunProcessOptions, IEquatableBatchRunProcessRequestTypesBatchRunProcessOptions, IDeepCloneableBatchRunProcessRequestTypesBatchRunProcessOptions, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
BatchRunProcessOptions()
public BatchRunProcessOptions()BatchRunProcessOptions(BatchRunProcessOptions)
public BatchRunProcessOptions(BatchRunProcessRequest.Types.BatchRunProcessOptions other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchRunProcessRequestTypesBatchRunProcessOptions |
Properties
BatchSize
public int BatchSize { get; set; }The batch size. Default: 5, maximum: 100.
| Property Value | |
|---|---|
| Type | Description |
int |
|
RetryCount
public int RetryCount { get; set; }The retry counts per process. Default: 3.
| Property Value | |
|---|---|
| Type | Description |
int |
|