| 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.AsyncInferenceOutputConfig
Description
Synopsis
- data AsyncInferenceOutputConfig = AsyncInferenceOutputConfig' {}
 - newAsyncInferenceOutputConfig :: Text -> AsyncInferenceOutputConfig
 - asyncInferenceOutputConfig_kmsKeyId :: Lens' AsyncInferenceOutputConfig (Maybe Text)
 - asyncInferenceOutputConfig_notificationConfig :: Lens' AsyncInferenceOutputConfig (Maybe AsyncInferenceNotificationConfig)
 - asyncInferenceOutputConfig_s3OutputPath :: Lens' AsyncInferenceOutputConfig Text
 
Documentation
data AsyncInferenceOutputConfig Source #
Specifies the configuration for asynchronous inference invocation outputs.
See: newAsyncInferenceOutputConfig smart constructor.
Constructors
| AsyncInferenceOutputConfig' | |
Fields 
  | |
Instances
newAsyncInferenceOutputConfig Source #
Create a value of AsyncInferenceOutputConfig 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:kmsKeyId:AsyncInferenceOutputConfig', asyncInferenceOutputConfig_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS)
 key that SageMaker uses to encrypt the asynchronous inference output in
 Amazon S3.
$sel:notificationConfig:AsyncInferenceOutputConfig', asyncInferenceOutputConfig_notificationConfig - Specifies the configuration for notifications of inference results for
 asynchronous inference.
$sel:s3OutputPath:AsyncInferenceOutputConfig', asyncInferenceOutputConfig_s3OutputPath - The Amazon S3 location to upload inference responses to.
asyncInferenceOutputConfig_kmsKeyId :: Lens' AsyncInferenceOutputConfig (Maybe Text) Source #
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the asynchronous inference output in Amazon S3.
asyncInferenceOutputConfig_notificationConfig :: Lens' AsyncInferenceOutputConfig (Maybe AsyncInferenceNotificationConfig) Source #
Specifies the configuration for notifications of inference results for asynchronous inference.
asyncInferenceOutputConfig_s3OutputPath :: Lens' AsyncInferenceOutputConfig Text Source #
The Amazon S3 location to upload inference responses to.