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 |
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.
AsyncInferenceConfig' | |
|
Instances
newAsyncInferenceConfig Source #
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 Amazon 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 Amazon SageMaker to interact with the model container during asynchronous inference.
asyncInferenceConfig_outputConfig :: Lens' AsyncInferenceConfig AsyncInferenceOutputConfig Source #
Specifies the configuration for asynchronous inference invocation outputs.