Skip to main content
Version: 1.0

ModelRunParameters

Declaration

struct ModelRunParameters

Topics

Initializers

init(pollingWaitTimeInSeconds: TimeInterval, maxPollingRetries: Int, networkTimeoutInSecondsInterval: TimeInterval, maxNetworkCallRetries: Int)

Instance Properties

var maxNetworkCallRetries: Int

The maximum number of retries allowed for network calls.

var maxPollingRetries: Int

The maximum number of retries allowed for polling operations.

var networkTimeoutInSecondsInterval: TimeInterval

The timeout interval (in seconds) for network requests.

var pollingWaitTimeInSeconds: TimeInterval

The time interval (in seconds) to wait before attempting another polling operation.

Type Properties

static let defaultParameters: ModelRunParameters