Values_1.CustomFileSystemSourceA file system, created by you, that you assign 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 = {eFSFileSystem : EFSFileSystem.t option;A custom file system in Amazon EFS.
*)fSxLustreFileSystem : FSxLustreFileSystem.t option;A custom file system in Amazon FSx for Lustre.
*)s3FileSystem : S3FileSystem.t option;A custom file system in Amazon S3. This is only supported in Amazon SageMaker Unified Studio.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `String of Values_0.FileSystemId.t ]) list ])
list ]