Uses of Class
software.amazon.awssdk.services.sagemaker.model.DataProcessing
-
Packages that use DataProcessing Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of DataProcessing in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return DataProcessing Modifier and Type Method Description DataProcessingCreateTransformJobRequest. 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.DataProcessingDescribeTransformJobResponse. dataProcessing()Returns the value of the DataProcessing property for this object.DataProcessingTransformJob. dataProcessing()Returns the value of the DataProcessing property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type DataProcessing Modifier and Type Method Description CreateTransformJobRequest.BuilderCreateTransformJobRequest.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.DescribeTransformJobResponse.BuilderDescribeTransformJobResponse.Builder. dataProcessing(DataProcessing dataProcessing)Sets the value of the DataProcessing property for this object.TransformJob.BuilderTransformJob.Builder. dataProcessing(DataProcessing dataProcessing)Sets the value of the DataProcessing property for this object.
-