Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProcessingS3Input
-
Packages that use ProcessingS3Input Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProcessingS3Input in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProcessingS3Input Modifier and Type Method Description ProcessingS3InputProcessingInput. s3Input()Configuration for downloading input data from Amazon S3 into the processing container.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProcessingS3Input Modifier and Type Method Description ProcessingInput.BuilderProcessingInput.Builder. s3Input(ProcessingS3Input s3Input)Configuration for downloading input data from Amazon S3 into the processing container.
-