DomainDefaultSpaceSettingsCustomFileSystemConfigEfsFileSystemConfig constructor
const
DomainDefaultSpaceSettingsCustomFileSystemConfigEfsFileSystemConfig({})
Creates a new DomainDefaultSpaceSettingsCustomFileSystemConfigEfsFileSystemConfig.
fileSystemId The ID of your Amazon EFS file system.
fileSystemPath The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
Implementation
const DomainDefaultSpaceSettingsCustomFileSystemConfigEfsFileSystemConfig({
required this.fileSystemId,
required this.fileSystemPath,
});