Uses of Class
software.amazon.awssdk.services.sagemaker.model.S3DataSource
-
Packages that use S3DataSource Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of S3DataSource in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return S3DataSource Modifier and Type Method Description S3DataSourceDataSource. s3DataSource()The S3 location of the data source that is associated with a channel.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type S3DataSource Modifier and Type Method Description DataSource.BuilderDataSource.Builder. s3DataSource(S3DataSource s3DataSource)The S3 location of the data source that is associated with a channel.
-