| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.ModelClientConfig
Description
Documentation
data ModelClientConfig Source #
Configures the timeout and maximum number of retries for processing a transform job invocation.
See: newModelClientConfig smart constructor.
Constructors
| ModelClientConfig' | |
Fields 
  | |
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:invocationsMaxRetries:ModelClientConfig', modelClientConfig_invocationsMaxRetries - The maximum number of retries when invocation requests are failing. The
 default value is 3.
$sel:invocationsTimeoutInSeconds:ModelClientConfig', modelClientConfig_invocationsTimeoutInSeconds - The timeout value in seconds for an invocation request. The default
 value is 600.
modelClientConfig_invocationsMaxRetries :: Lens' ModelClientConfig (Maybe Natural) Source #
The maximum number of retries when invocation requests are failing. The default value is 3.
modelClientConfig_invocationsTimeoutInSeconds :: Lens' ModelClientConfig (Maybe Natural) Source #
The timeout value in seconds for an invocation request. The default value is 600.