Module Values_1.EFSFileSystemSource

A file system, created by you in Amazon EFS, 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. fileSystemId : Values_0.FileSystemId.t;
    (*

    The ID of your Amazon EFS file system.

    *)
}
Sourceval context_ : string
Sourceval make : fileSystemId:Values_0.FileSystemId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.FileSystemId.t ]) 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