| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
DataSource.clone() |
DataSource |
Channel.getDataSource()
The location of the channel data.
|
DataSource |
DataSource.withFileSystemDataSource(FileSystemDataSource fileSystemDataSource)
The file system that is associated with a channel.
|
DataSource |
DataSource.withS3DataSource(S3DataSource s3DataSource)
The S3 location of the data source that is associated with a channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.setDataSource(DataSource dataSource)
The location of the channel data.
|
Channel |
Channel.withDataSource(DataSource dataSource)
The location of the channel data.
|
Copyright © 2024. All rights reserved.