Class AIClientBase

AIClientBase class

Represents client to access AI API.

public abstract class AIClientBase : IDisposable

Properties

NameDescription
BackoffDelaySeconds { get; set; }Gets or sets the backoff delay in seconds.
HttpRequestMaxRetries { get; set; }Gets or sets the maximum number of HTTP request retries.
PollingIntervalSeconds { get; set; }Gets or sets the polling interval in seconds.
PollingTimeoutSeconds { get; set; }Gets or sets the polling timeout in seconds.

Methods

NameDescription
Dispose()Disposes of the resources used by the AIClientBase.

See Also