Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProcessingInput
-
Packages that use ProcessingInput Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProcessingInput in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ProcessingInput Modifier and Type Method Description List<ProcessingInput>CreateProcessingJobRequest. processingInputs()An array of inputs configuring the data to download into the processing container.List<ProcessingInput>DescribeProcessingJobResponse. processingInputs()The inputs for a processing job.List<ProcessingInput>ProcessingJob. processingInputs()List of input configurations for the processing job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProcessingInput Modifier and Type Method Description CreateProcessingJobRequest.BuilderCreateProcessingJobRequest.Builder. processingInputs(ProcessingInput... processingInputs)An array of inputs configuring the data to download into the processing container.DescribeProcessingJobResponse.BuilderDescribeProcessingJobResponse.Builder. processingInputs(ProcessingInput... processingInputs)The inputs for a processing job.ProcessingJob.BuilderProcessingJob.Builder. processingInputs(ProcessingInput... processingInputs)List of input configurations for the processing job.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ProcessingInput Modifier and Type Method Description CreateProcessingJobRequest.BuilderCreateProcessingJobRequest.Builder. processingInputs(Collection<ProcessingInput> processingInputs)An array of inputs configuring the data to download into the processing container.DescribeProcessingJobResponse.BuilderDescribeProcessingJobResponse.Builder. processingInputs(Collection<ProcessingInput> processingInputs)The inputs for a processing job.ProcessingJob.BuilderProcessingJob.Builder. processingInputs(Collection<ProcessingInput> processingInputs)List of input configurations for the processing job.
-