AsyncInferenceOutputConfig
Specifies the configuration for asynchronous inference invocation outputs.
Contents
- KmsKeyId
-
The AWS Key Management Service (AWS KMS) key that SageMaker uses to encrypt the asynchronous inference output in Amazon S3.
Type: String
Length Constraints: Maximum length of 2048.
Pattern:
^[a-zA-Z0-9:/_-]*$
Required: No
- NotificationConfig
-
Specifies the configuration for notifications of inference results for asynchronous inference.
Type: AsyncInferenceNotificationConfig object
Required: No
- S3FailurePath
-
The Amazon S3 location to upload failure inference responses to.
Type: String
Length Constraints: Maximum length of 512.
Pattern:
^(https|s3)://([^/])/?(.*)$
Required: No
- S3OutputPath
-
The Amazon S3 location to upload inference responses to.
Type: String
Length Constraints: Maximum length of 512.
Pattern:
^(https|s3)://([^/])/?(.*)$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: