Vision AI v1 API - Class BatchRunProcessRequest.Types.BatchRunProcessOptions (1.0.0-beta01)

public sealed class BatchRunProcessRequest.Types.BatchRunProcessOptions : IMessage<BatchRunProcessRequest.Types.BatchRunProcessOptions>, IEquatable<BatchRunProcessRequest.Types.BatchRunProcessOptions>, IDeepCloneable<BatchRunProcessRequest.Types.BatchRunProcessOptions>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class BatchRunProcessRequest.Types.BatchRunProcessOptions.

Options for batch processes.

Inheritance

object > BatchRunProcessRequest.Types.BatchRunProcessOptions

Namespace

Google.Cloud.VisionAI.V1

Assembly

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