EndpointConfigurationAsyncInferenceConfigOutputConfig constructor
const
EndpointConfigurationAsyncInferenceConfigOutputConfig({
- Input<
String?> ? kmsKeyId, - Input<
EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig?> ? notificationConfig, - Input<
String?> ? s3FailurePath, - required Input<
String> s3OutputPath,
Creates a new EndpointConfigurationAsyncInferenceConfigOutputConfig.
kmsKeyId KMS key that SageMaker AI uses to encrypt the asynchronous inference output in S3.
notificationConfig Configuration for notifications of inference results for asynchronous inference.
s3FailurePath S3 location to upload failure inference responses to.
s3OutputPath S3 location to upload inference responses to.
Implementation
const EndpointConfigurationAsyncInferenceConfigOutputConfig({
this.kmsKeyId,
this.notificationConfig,
this.s3FailurePath,
required this.s3OutputPath,
});