Uses of Class
software.amazon.awssdk.services.sagemaker.model.TransformDataSource
-
Packages that use TransformDataSource Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TransformDataSource in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TransformDataSource Modifier and Type Method Description TransformDataSource
TransformInput. dataSource()
Describes the location of the channel data, which is, the S3 location of the input data that the model can consume.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TransformDataSource Modifier and Type Method Description TransformInput.Builder
TransformInput.Builder. dataSource(TransformDataSource dataSource)
Describes the location of the channel data, which is, the S3 location of the input data that the model can consume.
-