| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TransformDataSource |
TransformDataSource.clone() |
TransformDataSource |
TransformInput.getDataSource()
Describes the location of the channel data, which is, the S3 location of the input data that the model can
consume.
|
TransformDataSource |
TransformDataSource.withS3DataSource(TransformS3DataSource s3DataSource)
The S3 location of the data source that is associated with a channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransformInput.setDataSource(TransformDataSource dataSource)
Describes the location of the channel data, which is, the S3 location of the input data that the model can
consume.
|
TransformInput |
TransformInput.withDataSource(TransformDataSource dataSource)
Describes the location of the channel data, which is, the S3 location of the input data that the model can
consume.
|
Copyright © 2022. All rights reserved.