| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
FileSystemDataSource |
FileSystemDataSource.clone() |
FileSystemDataSource |
DataSource.getFileSystemDataSource()
The file system that is associated with a channel.
|
FileSystemDataSource |
FileSystemDataSource.withDirectoryPath(String directoryPath)
The full path to the directory to associate with the channel.
|
FileSystemDataSource |
FileSystemDataSource.withFileSystemAccessMode(FileSystemAccessMode fileSystemAccessMode)
The access mode of the mount of the directory associated with the channel.
|
FileSystemDataSource |
FileSystemDataSource.withFileSystemAccessMode(String fileSystemAccessMode)
The access mode of the mount of the directory associated with the channel.
|
FileSystemDataSource |
FileSystemDataSource.withFileSystemId(String fileSystemId)
The file system id.
|
FileSystemDataSource |
FileSystemDataSource.withFileSystemType(FileSystemType fileSystemType)
The file system type.
|
FileSystemDataSource |
FileSystemDataSource.withFileSystemType(String fileSystemType)
The file system type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSource.setFileSystemDataSource(FileSystemDataSource fileSystemDataSource)
The file system that is associated with a channel.
|
DataSource |
DataSource.withFileSystemDataSource(FileSystemDataSource fileSystemDataSource)
The file system that is associated with a channel.
|
Copyright © 2023. All rights reserved.