EndpointConfigurationAsyncInferenceConfigOutputConfig

data class EndpointConfigurationAsyncInferenceConfigOutputConfig(val kmsKeyId: String? = null, val notificationConfig: EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig? = null, val s3FailurePath: String? = null, val s3OutputPath: String)

Constructors

constructor(kmsKeyId: String? = null, notificationConfig: EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig? = null, s3FailurePath: String? = null, s3OutputPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyId: String? = null

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker AI uses to encrypt the asynchronous inference output in Amazon S3.

Link copied to clipboard

Specifies the configuration for notifications of inference results for asynchronous inference.

Link copied to clipboard
val s3FailurePath: String? = null

The Amazon S3 location to upload failure inference responses to.

Link copied to clipboard

The Amazon S3 location to upload inference responses to.