Uses of Interface
software.amazon.awssdk.services.sagemaker.model.DataProcessing.Builder
-
Packages that use DataProcessing.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of DataProcessing.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return DataProcessing.Builder Modifier and Type Method Description static DataProcessing.BuilderDataProcessing. builder()DataProcessing.BuilderDataProcessing.Builder. inputFilter(String inputFilter)A JSONPath expression used to select a portion of the input data to pass to the algorithm.DataProcessing.BuilderDataProcessing.Builder. joinSource(String joinSource)Specifies the source of the data to join with the transformed data.DataProcessing.BuilderDataProcessing.Builder. joinSource(JoinSource joinSource)Specifies the source of the data to join with the transformed data.DataProcessing.BuilderDataProcessing.Builder. outputFilter(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.DataProcessing.BuilderDataProcessing. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type DataProcessing.Builder Modifier and Type Method Description static Class<? extends DataProcessing.Builder>DataProcessing. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type DataProcessing.Builder Modifier and Type Method Description default CreateTransformJobRequest.BuilderCreateTransformJobRequest.Builder. dataProcessing(Consumer<DataProcessing.Builder> 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.default DescribeTransformJobResponse.BuilderDescribeTransformJobResponse.Builder. dataProcessing(Consumer<DataProcessing.Builder> dataProcessing)Sets the value of the DataProcessing property for this object.default TransformJob.BuilderTransformJob.Builder. dataProcessing(Consumer<DataProcessing.Builder> dataProcessing)Sets the value of the DataProcessing property for this object.
-