EndpointConfigurationAsyncInferenceConfigOutputConfigArgs

data class EndpointConfigurationAsyncInferenceConfigOutputConfigArgs(val kmsKeyId: Output<String>? = null, val notificationConfig: Output<EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfigArgs>? = null, val s3OutputPath: Output<String>) : ConvertibleToJava<EndpointConfigurationAsyncInferenceConfigOutputConfigArgs>

Constructors

Functions

Link copied to clipboard
open override fun toJava(): EndpointConfigurationAsyncInferenceConfigOutputConfigArgs

Properties

Link copied to clipboard
val kmsKeyId: Output<String>? = null

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.

Link copied to clipboard

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

Link copied to clipboard
val s3OutputPath: Output<String>

The Amazon S3 location to upload inference responses to.