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