| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProcessingInput |
ProcessingInput.clone() |
ProcessingInput |
ProcessingInput.withAppManaged(Boolean appManaged)
When
True, input operations such as data download are managed natively by the processing job
application. |
ProcessingInput |
ProcessingInput.withDatasetDefinition(DatasetDefinition datasetDefinition)
Configuration for a Dataset Definition input.
|
ProcessingInput |
ProcessingInput.withInputName(String inputName)
The name for the processing job input.
|
ProcessingInput |
ProcessingInput.withS3Input(ProcessingS3Input s3Input)
Configuration for downloading input data from Amazon S3 into the processing container.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProcessingInput> |
DescribeProcessingJobResult.getProcessingInputs()
The inputs for a processing job.
|
List<ProcessingInput> |
ProcessingJob.getProcessingInputs()
List of input configurations for the processing job.
|
List<ProcessingInput> |
CreateProcessingJobRequest.getProcessingInputs()
An array of inputs configuring the data to download into the processing container.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeProcessingJobResult |
DescribeProcessingJobResult.withProcessingInputs(ProcessingInput... processingInputs)
The inputs for a processing job.
|
ProcessingJob |
ProcessingJob.withProcessingInputs(ProcessingInput... processingInputs)
List of input configurations for the processing job.
|
CreateProcessingJobRequest |
CreateProcessingJobRequest.withProcessingInputs(ProcessingInput... processingInputs)
An array of inputs configuring the data to download into the processing container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProcessingJobResult.setProcessingInputs(Collection<ProcessingInput> processingInputs)
The inputs for a processing job.
|
void |
ProcessingJob.setProcessingInputs(Collection<ProcessingInput> processingInputs)
List of input configurations for the processing job.
|
void |
CreateProcessingJobRequest.setProcessingInputs(Collection<ProcessingInput> processingInputs)
An array of inputs configuring the data to download into the processing container.
|
DescribeProcessingJobResult |
DescribeProcessingJobResult.withProcessingInputs(Collection<ProcessingInput> processingInputs)
The inputs for a processing job.
|
ProcessingJob |
ProcessingJob.withProcessingInputs(Collection<ProcessingInput> processingInputs)
List of input configurations for the processing job.
|
CreateProcessingJobRequest |
CreateProcessingJobRequest.withProcessingInputs(Collection<ProcessingInput> processingInputs)
An array of inputs configuring the data to download into the processing container.
|
Copyright © 2025. All rights reserved.