Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ModelClientConfig Source #
Configures the timeout and maximum number of retries for processing a transform job invocation.
See: newModelClientConfig
smart constructor.
ModelClientConfig' | |
|
Instances
newModelClientConfig :: ModelClientConfig Source #
Create a value of ModelClientConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:invocationsTimeoutInSeconds:ModelClientConfig'
, modelClientConfig_invocationsTimeoutInSeconds
- The timeout value in seconds for an invocation request.
$sel:invocationsMaxRetries:ModelClientConfig'
, modelClientConfig_invocationsMaxRetries
- The maximum number of retries when invocation requests are failing.
modelClientConfig_invocationsTimeoutInSeconds :: Lens' ModelClientConfig (Maybe Natural) Source #
The timeout value in seconds for an invocation request.
modelClientConfig_invocationsMaxRetries :: Lens' ModelClientConfig (Maybe Natural) Source #
The maximum number of retries when invocation requests are failing.