Module Values_1.CustomFileSystemSource

A 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.

Sourcetype nonrec t = {
  1. eFSFileSystem : EFSFileSystem.t option;
    (*

    A custom file system in Amazon EFS.

    *)
  2. fSxLustreFileSystem : FSxLustreFileSystem.t option;
    (*

    A custom file system in Amazon FSx for Lustre.

    *)
  3. s3FileSystem : S3FileSystem.t option;
    (*

    A custom file system in Amazon S3. This is only supported in Amazon SageMaker Unified Studio.

    *)
}
Sourceval make : ?eFSFileSystem:??? -> ?fSxLustreFileSystem:??? -> ?s3FileSystem:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of Values_0.FileSystemId.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t