You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::FileSystemDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::FileSystemDataSource
- Defined in:
- (unknown)
Overview
Note:
When passing FileSystemDataSource as input to an Aws::Client method, you can use a vanilla 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
}
Specifies a file system data source for a channel.
Returned by:
Instance Attribute Summary collapse
-
#directory_path ⇒ String
The full path to the directory to associate with the channel.
-
#file_system_access_mode ⇒ String
The access mode of the mount of the directory associated with the channel.
-
#file_system_id ⇒ String
The file system id.
-
#file_system_type ⇒ String
The file system type.
Instance Attribute Details
#directory_path ⇒ String
The full path to the directory to associate with the channel.
#file_system_access_mode ⇒ String
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.
Possible values:
- rw
- ro
#file_system_id ⇒ String
The file system id.
#file_system_type ⇒ String
The file system type.
Possible values:
- EFS
- FSxLustre