Values.S3MachineLearningModelResourceDataSourceAttributes that define an Amazon S3 machine learning resource.
type nonrec t = {destinationPath : string option;The absolute local path of the resource inside the Lambda environment.
*)ownerSetting : ResourceDownloadOwnerSetting.t option;s3Uri : string option;The URI of the source model in an S3 bucket. The model package must be in tar.gz or .zip format.
*)}