FileSystemInput: Amazon SageMaker channel configurations for file system data...

FileSystemInputR Documentation

Amazon SageMaker channel configurations for file system data sources.

Description

Amazon SageMaker channel configurations for file system data sources.

Amazon SageMaker channel configurations for file system data sources.

Public fields

config

(dict[str, dict])
A Sagemaker File System “DataSource“.

Methods

Public methods


Method new()

Create a new file system input used by an SageMaker training job.

Usage
FileSystemInput$new(
  file_system_id,
  file_system_type = c("FSxLustre", "EFS"),
  directory_path,
  file_system_access_mode = c("ro", "rw"),
  content_type = NULL
)
Arguments
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

:


Method format()

format class

Usage
FileSystemInput$format()

Method clone()

The objects of this class are cloneable with this method.

Usage
FileSystemInput$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/sagemaker-r-local documentation built on June 14, 2022, 10:32 p.m.