Values_0.PresignedUrlAccessConfigSourceConfiguration for accessing hub content through presigned URLs, including license agreement acceptance and URL validation settings.
type nonrec t = {acceptEula : Boolean.t option;Indicates acceptance of the End User License Agreement (EULA) for gated models. Set to true to acknowledge acceptance of the license terms required for accessing gated content.
*)expectedS3Url : S3ModelUri.t option;The expected S3 URL prefix for validation purposes. This parameter helps ensure consistency between the resolved S3 URIs and the deployment configuration, reducing potential compatibility issues.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of S3ModelUri.t ]) list ]