EndpointConfigurationAsyncInferenceConfigOutputConfigArgs

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

Constructors

constructor(kmsKeyId: Output<String>? = null, notificationConfig: Output<EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfigArgs>? = null, s3FailurePath: Output<String>? = null, s3OutputPath: Output<String>)

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 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: Output<String>? = null

The Amazon S3 location to upload failure inference responses to.

Link copied to clipboard
val s3OutputPath: Output<String>

The Amazon S3 location to upload inference responses to.

Functions

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