| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DataProcessing |
CreateTransformJobRequest.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.
|
DataProcessing |
TransformJob.dataProcessing()
Returns the value of the DataProcessing property for this object.
|
DataProcessing |
DescribeTransformJobResponse.dataProcessing()
Returns the value of the DataProcessing property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTransformJobRequest.Builder |
CreateTransformJobRequest.Builder.dataProcessing(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.
|
TransformJob.Builder |
TransformJob.Builder.dataProcessing(DataProcessing dataProcessing)
Sets the value of the DataProcessing property for this object.
|
DescribeTransformJobResponse.Builder |
DescribeTransformJobResponse.Builder.dataProcessing(DataProcessing dataProcessing)
Sets the value of the DataProcessing property for this object.
|
Copyright © 2021. All rights reserved.