Values.InferenceOutputConfigurationSourceSpecifies configuration information for the output results from for the inference, including KMS key ID and output S3 location.
type nonrec t = {s3OutputConfiguration : InferenceS3OutputConfiguration.t;Specifies configuration information for the output results from for the inference, output S3 location.
*)kmsKeyId : NameOrArn.t option;The ID number for the KMS key key used to encrypt the inference output.
*)}val make :
?kmsKeyId:??? ->
s3OutputConfiguration:InferenceS3OutputConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of NameOrArn.t
| `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ]