Endpoint Configuration Async Inference Config Output Config
data class EndpointConfigurationAsyncInferenceConfigOutputConfig(val kmsKeyId: String? = null, val notificationConfig: EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig? = null, val s3FailurePath: String? = null, val s3OutputPath: String)
Constructors
Link copied to clipboard
constructor(kmsKeyId: String? = null, notificationConfig: EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig? = null, s3FailurePath: String? = null, s3OutputPath: String)
Properties
Link copied to clipboard
val notificationConfig: EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig? = null
Specifies the configuration for notifications of inference results for asynchronous inference.
Link copied to clipboard
The Amazon S3 location to upload failure inference responses to.
Link copied to clipboard
The Amazon S3 location to upload inference responses to.