AsyncInferenceOutputConfig - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AsyncInferenceOutputConfig

Specifies the configuration for asynchronous inference invocation outputs.

Contents

KmsKeyId

The Amazon Key Management Service (Amazon 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 Amazon SDKs, see the following: