Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProcessingOutput
-
Packages that use ProcessingOutput Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProcessingOutput in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ProcessingOutput Modifier and Type Method Description List<ProcessingOutput>ProcessingOutputConfig. outputs()An array of outputs configuring the data to upload from the processing container.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProcessingOutput Modifier and Type Method Description ProcessingOutputConfig.BuilderProcessingOutputConfig.Builder. outputs(ProcessingOutput... outputs)An array of outputs configuring the data to upload from the processing container.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ProcessingOutput Modifier and Type Method Description ProcessingOutputConfig.BuilderProcessingOutputConfig.Builder. outputs(Collection<ProcessingOutput> outputs)An array of outputs configuring the data to upload from the processing container.
-