toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.config
/
AgentPlatformProperties
/
LlmOperationsConfig
/
DataBindingConfig
Data
Binding
Config
data
class
DataBindingConfig
(
val
maxAttempts
:
Int
=
10
,
val
fixedBackoffMillis
:
Long
=
30
)
Data binding retry configuration
Members
Constructors
Data
Binding
Config
Link copied to clipboard
constructor
(
maxAttempts
:
Int
=
10
,
fixedBackoffMillis
:
Long
=
30
)
Properties
fixed
Backoff
Millis
Link copied to clipboard
val
fixedBackoffMillis
:
Long
=
30
max
Attempts
Link copied to clipboard
val
maxAttempts
:
Int
=
10