Values.ModelDiagnosticsOutputConfigurationSourceOutput configuration information for the pointwise model diagnostics for an Amazon Lookout for Equipment model.
type nonrec t = {s3OutputConfiguration : ModelDiagnosticsS3OutputConfiguration.t;The Amazon S3 location for the pointwise model diagnostics.
*)kmsKeyId : NameOrArn.t option;The Amazon Web Services Key Management Service (KMS) key identifier to encrypt the pointwise model diagnostics files.
*)}val make :
?kmsKeyId:??? ->
s3OutputConfiguration:ModelDiagnosticsS3OutputConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of NameOrArn.t
| `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ]