| 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.AsyncInferenceConfig
Description
Synopsis
- data AsyncInferenceConfig = AsyncInferenceConfig' {}
- newAsyncInferenceConfig :: AsyncInferenceOutputConfig -> AsyncInferenceConfig
- asyncInferenceConfig_clientConfig :: Lens' AsyncInferenceConfig (Maybe AsyncInferenceClientConfig)
- asyncInferenceConfig_outputConfig :: Lens' AsyncInferenceConfig AsyncInferenceOutputConfig
Documentation
data AsyncInferenceConfig Source #
Specifies configuration for how an endpoint performs asynchronous inference.
See: newAsyncInferenceConfig smart constructor.
Constructors
| AsyncInferenceConfig' | |
Fields
| |
Instances
newAsyncInferenceConfig Source #
Arguments
| :: AsyncInferenceOutputConfig | |
| -> AsyncInferenceConfig |
Create a value of AsyncInferenceConfig 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:clientConfig:AsyncInferenceConfig', asyncInferenceConfig_clientConfig - Configures the behavior of the client used by SageMaker to interact with
the model container during asynchronous inference.
$sel:outputConfig:AsyncInferenceConfig', asyncInferenceConfig_outputConfig - Specifies the configuration for asynchronous inference invocation
outputs.
asyncInferenceConfig_clientConfig :: Lens' AsyncInferenceConfig (Maybe AsyncInferenceClientConfig) Source #
Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.
asyncInferenceConfig_outputConfig :: Lens' AsyncInferenceConfig AsyncInferenceOutputConfig Source #
Specifies the configuration for asynchronous inference invocation outputs.