FileSystemInput | R Documentation |
Amazon SageMaker channel configurations for file system data sources.
Amazon SageMaker channel configurations for file system data sources.
config
(dict[str, dict])
A Sagemaker File System “DataSource“.
new()
Create a new file system input used by an SageMaker training job.
FileSystemInput$new( file_system_id, file_system_type = c("FSxLustre", "EFS"), directory_path, file_system_access_mode = c("ro", "rw"), content_type = NULL )
file_system_id
(str): An Amazon file system ID starting with 'fs-'.
file_system_type
(str): The type of file system used for the input. Valid values: 'EFS', 'FSxLustre'.
directory_path
(str): Absolute or normalized path to the root directory (mount point) in the file system. Reference: https://docs.aws.amazon.com/efs/latest/ug/mounting-fs.html and https://docs.aws.amazon.com/fsx/latest/LustreGuide/mount-fs-auto-mount-onreboot.html
file_system_access_mode
(str): Permissions for read and write. Valid values: 'ro' or 'rw'. Defaults to 'ro'.
content_type
:
format()
format class
FileSystemInput$format()
clone()
The objects of this class are cloneable with this method.
FileSystemInput$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.