class Aws::SageMaker::Types::FileSystemDataSource
Specifies a file system data source for a channel.
@note When making an API call, you may pass FileSystemDataSource
data as a hash: { file_system_id: "FileSystemId", # required file_system_access_mode: "rw", # required, accepts rw, ro file_system_type: "EFS", # required, accepts EFS, FSxLustre directory_path: "DirectoryPath", # required }
@!attribute [rw] file_system_id
The file system id. @return [String]
@!attribute [rw] file_system_access_mode
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. @return [String]
@!attribute [rw] file_system_type
The file system type. @return [String]
@!attribute [rw] directory_path
The full path to the directory to associate with the channel. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/FileSystemDataSource AWS API Documentation
Constants
- SENSITIVE