Class AgentPlatformProperties.LlmOperationsConfig.DataBindingConfig
-
- All Implemented Interfaces:
public final class AgentPlatformProperties.LlmOperationsConfig.DataBindingConfigData binding retry configuration
-
-
Field Summary
Fields Modifier and Type Field Description private IntegermaxAttemptsprivate LongfixedBackoffMillis
-
Constructor Summary
Constructors Constructor Description AgentPlatformProperties.LlmOperationsConfig.DataBindingConfig()
-
Method Summary
Modifier and Type Method Description final IntegergetMaxAttempts()Maximum retry attempts for data binding final UnitsetMaxAttempts(Integer maxAttempts)Maximum retry attempts for data binding final LonggetFixedBackoffMillis()Fixed backoff time in milliseconds between retries final UnitsetFixedBackoffMillis(Long fixedBackoffMillis)Fixed backoff time in milliseconds between retries -
-
Method Detail
-
getMaxAttempts
final Integer getMaxAttempts()
Maximum retry attempts for data binding
-
setMaxAttempts
final Unit setMaxAttempts(Integer maxAttempts)
Maximum retry attempts for data binding
-
getFixedBackoffMillis
final Long getFixedBackoffMillis()
Fixed backoff time in milliseconds between retries
-
setFixedBackoffMillis
final Unit setFixedBackoffMillis(Long fixedBackoffMillis)
Fixed backoff time in milliseconds between retries
-
-
-
-