This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::EndpointConfig AsyncInferenceOutputConfig
Specifies the configuration for asynchronous inference invocation outputs.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "KmsKeyId" :String, "NotificationConfig" :AsyncInferenceNotificationConfig, "S3FailurePath" :String, "S3OutputPath" :String}
YAML
KmsKeyId:StringNotificationConfig:AsyncInferenceNotificationConfigS3FailurePath:StringS3OutputPath:String
Properties
- KmsKeyId
- 
                    The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the asynchronous inference output in Amazon S3. Required: No Type: String Update requires: Replacement 
- NotificationConfig
- 
                    Specifies the configuration for notifications of inference results for asynchronous inference. Required: No Type: AsyncInferenceNotificationConfig Update requires: Replacement 
- S3FailurePath
- 
                    The Amazon S3 location to upload failure inference responses to. Required: No Type: String Pattern: (https|s3)://([^/])/?(.*)Minimum: 0Maximum: 512Update requires: Replacement 
- S3OutputPath
- 
                    The Amazon S3 location to upload inference responses to. Required: No Type: String Update requires: Replacement