| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DataProcessing |
DataProcessing.clone() |
DataProcessing |
CreateTransformJobRequest.getDataProcessing()
The data structure used to specify the data to be used for inference in a batch transform job and to associate
the data that is relevant to the prediction results in the output.
|
DataProcessing |
DescribeTransformJobResult.getDataProcessing() |
DataProcessing |
DataProcessing.withInputFilter(String inputFilter)
A JSONPath expression used to select a portion of the input data to pass to the algorithm.
|
DataProcessing |
DataProcessing.withJoinSource(JoinSource joinSource)
Specifies the source of the data to join with the transformed data.
|
DataProcessing |
DataProcessing.withJoinSource(String joinSource)
Specifies the source of the data to join with the transformed data.
|
DataProcessing |
DataProcessing.withOutputFilter(String outputFilter)
A JSONPath expression used to select a portion of the joined dataset to save in the output file for a batch
transform job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTransformJobRequest.setDataProcessing(DataProcessing dataProcessing)
The data structure used to specify the data to be used for inference in a batch transform job and to associate
the data that is relevant to the prediction results in the output.
|
void |
DescribeTransformJobResult.setDataProcessing(DataProcessing dataProcessing) |
CreateTransformJobRequest |
CreateTransformJobRequest.withDataProcessing(DataProcessing dataProcessing)
The data structure used to specify the data to be used for inference in a batch transform job and to associate
the data that is relevant to the prediction results in the output.
|
DescribeTransformJobResult |
DescribeTransformJobResult.withDataProcessing(DataProcessing dataProcessing) |
Copyright © 2020. All rights reserved.