Values_0.CustomFileSystemConfigSourceThe settings for assigning a custom file system to a user profile or space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
type nonrec t = {eFSFileSystemConfig : EFSFileSystemConfig.t option;The settings for a custom Amazon EFS file system.
*)fSxLustreFileSystemConfig : FSxLustreFileSystemConfig.t option;The settings for a custom Amazon FSx for Lustre file system.
*)s3FileSystemConfig : S3FileSystemConfig.t option;Configuration settings for a custom Amazon S3 file system.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of FileSystemId.t ]) list ])
list ]