Values_0.AsyncInferenceOutputConfigSourceSpecifies the configuration for asynchronous inference invocation outputs.
type nonrec t = {kmsKeyId : KmsKeyId.t option;The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the asynchronous inference output in Amazon S3.
*)s3OutputPath : DestinationS3Uri.t option;The Amazon S3 location to upload inference responses to.
*)notificationConfig : AsyncInferenceNotificationConfig.t option;Specifies the configuration for notifications of inference results for asynchronous inference.
*)s3FailurePath : DestinationS3Uri.t option;The Amazon S3 location to upload failure inference responses to.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of KmsKeyId.t
| `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of SnsTopicArn.t ])
list ])
list ]