| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TransformS3DataSource |
TransformS3DataSource.clone() |
TransformS3DataSource |
TransformDataSource.getS3DataSource()
The S3 location of the data source that is associated with a channel.
|
TransformS3DataSource |
TransformS3DataSource.withS3DataType(S3DataType s3DataType)
If you choose
S3Prefix, S3Uri identifies a key name prefix. |
TransformS3DataSource |
TransformS3DataSource.withS3DataType(String s3DataType)
If you choose
S3Prefix, S3Uri identifies a key name prefix. |
TransformS3DataSource |
TransformS3DataSource.withS3Uri(String s3Uri)
Depending on the value specified for the
S3DataType, identifies either a key name prefix or a
manifest. |
| Modifier and Type | Method and Description |
|---|---|
void |
TransformDataSource.setS3DataSource(TransformS3DataSource s3DataSource)
The S3 location of the data source that is associated with a channel.
|
TransformDataSource |
TransformDataSource.withS3DataSource(TransformS3DataSource s3DataSource)
The S3 location of the data source that is associated with a channel.
|
Copyright © 2023. All rights reserved.