| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.FileSystemDataSource
Description
Synopsis
- data FileSystemDataSource = FileSystemDataSource' {}
 - newFileSystemDataSource :: Text -> FileSystemAccessMode -> FileSystemType -> Text -> FileSystemDataSource
 - fileSystemDataSource_fileSystemId :: Lens' FileSystemDataSource Text
 - fileSystemDataSource_fileSystemAccessMode :: Lens' FileSystemDataSource FileSystemAccessMode
 - fileSystemDataSource_fileSystemType :: Lens' FileSystemDataSource FileSystemType
 - fileSystemDataSource_directoryPath :: Lens' FileSystemDataSource Text
 
Documentation
data FileSystemDataSource Source #
Specifies a file system data source for a channel.
See: newFileSystemDataSource smart constructor.
Constructors
| FileSystemDataSource' | |
Fields 
  | |
Instances
newFileSystemDataSource Source #
Arguments
| :: Text | |
| -> FileSystemAccessMode | |
| -> FileSystemType | |
| -> Text | |
| -> FileSystemDataSource | 
Create a value of FileSystemDataSource with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:fileSystemId:FileSystemDataSource', fileSystemDataSource_fileSystemId - The file system id.
$sel:fileSystemAccessMode:FileSystemDataSource', fileSystemDataSource_fileSystemAccessMode - The access mode of the mount of the directory associated with the
 channel. A directory can be mounted either in ro (read-only) or rw
 (read-write) mode.
$sel:fileSystemType:FileSystemDataSource', fileSystemDataSource_fileSystemType - The file system type.
$sel:directoryPath:FileSystemDataSource', fileSystemDataSource_directoryPath - The full path to the directory to associate with the channel.
fileSystemDataSource_fileSystemId :: Lens' FileSystemDataSource Text Source #
The file system id.
fileSystemDataSource_fileSystemAccessMode :: Lens' FileSystemDataSource FileSystemAccessMode Source #
The access mode of the mount of the directory associated with the
 channel. A directory can be mounted either in ro (read-only) or rw
 (read-write) mode.
fileSystemDataSource_fileSystemType :: Lens' FileSystemDataSource FileSystemType Source #
The file system type.
fileSystemDataSource_directoryPath :: Lens' FileSystemDataSource Text Source #
The full path to the directory to associate with the channel.