| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProcessingInput |
ProcessingInput.clone() |
ProcessingInput |
ProcessingInput.withInputName(String inputName)
The name of the inputs for the processing job.
|
ProcessingInput |
ProcessingInput.withS3Input(ProcessingS3Input s3Input)
The S3 inputs for the processing job.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProcessingInput> |
DescribeProcessingJobResult.getProcessingInputs()
The inputs for a processing job.
|
List<ProcessingInput> |
CreateProcessingJobRequest.getProcessingInputs()
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 |
|---|---|
DescribeProcessingJobResult |
DescribeProcessingJobResult.withProcessingInputs(ProcessingInput... processingInputs)
The inputs for a processing job.
|
CreateProcessingJobRequest |
CreateProcessingJobRequest.withProcessingInputs(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 |
|---|---|
void |
DescribeProcessingJobResult.setProcessingInputs(Collection<ProcessingInput> processingInputs)
The inputs for a processing job.
|
void |
CreateProcessingJobRequest.setProcessingInputs(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. |
DescribeProcessingJobResult |
DescribeProcessingJobResult.withProcessingInputs(Collection<ProcessingInput> processingInputs)
The inputs for a processing job.
|
CreateProcessingJobRequest |
CreateProcessingJobRequest.withProcessingInputs(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.