| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<ProcessingInput> |
ProcessingJob.processingInputs()
For each input, data is downloaded from S3 into the processing container before the processing job begins running
if "S3InputMode" is set to
File. |
List<ProcessingInput> |
DescribeProcessingJobResponse.processingInputs()
The inputs for a processing job.
|
List<ProcessingInput> |
CreateProcessingJobRequest.processingInputs()
For each input, data is downloaded from S3 into the processing container before the processing job begins running
if "S3InputMode" is set to
File. |
| Modifier and Type | Method and Description |
|---|---|
ProcessingJob.Builder |
ProcessingJob.Builder.processingInputs(ProcessingInput... processingInputs)
For each input, data is downloaded from S3 into the processing container before the processing job begins
running if "S3InputMode" is set to
File. |
DescribeProcessingJobResponse.Builder |
DescribeProcessingJobResponse.Builder.processingInputs(ProcessingInput... processingInputs)
The inputs for a processing job.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.processingInputs(ProcessingInput... processingInputs)
For each input, data is downloaded from S3 into the processing container before the processing job begins
running if "S3InputMode" is set to
File. |
| Modifier and Type | Method and Description |
|---|---|
ProcessingJob.Builder |
ProcessingJob.Builder.processingInputs(Collection<ProcessingInput> processingInputs)
For each input, data is downloaded from S3 into the processing container before the processing job begins
running if "S3InputMode" is set to
File. |
DescribeProcessingJobResponse.Builder |
DescribeProcessingJobResponse.Builder.processingInputs(Collection<ProcessingInput> processingInputs)
The inputs for a processing job.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.processingInputs(Collection<ProcessingInput> processingInputs)
For each input, data is downloaded from S3 into the processing container before the processing job begins
running if "S3InputMode" is set to
File. |
Copyright © 2020. All rights reserved.