Uses of Class
software.amazon.awssdk.services.pipes.model.SageMakerPipelineParameter
-
Packages that use SageMakerPipelineParameter Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of SageMakerPipelineParameter in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type SageMakerPipelineParameter Modifier and Type Method Description List<SageMakerPipelineParameter>PipeTargetSageMakerPipelineParameters. pipelineParameterList()List of Parameter names and values for SageMaker Model Building Pipeline execution.Methods in software.amazon.awssdk.services.pipes.model with parameters of type SageMakerPipelineParameter Modifier and Type Method Description PipeTargetSageMakerPipelineParameters.BuilderPipeTargetSageMakerPipelineParameters.Builder. pipelineParameterList(SageMakerPipelineParameter... pipelineParameterList)List of Parameter names and values for SageMaker Model Building Pipeline execution.Method parameters in software.amazon.awssdk.services.pipes.model with type arguments of type SageMakerPipelineParameter Modifier and Type Method Description PipeTargetSageMakerPipelineParameters.BuilderPipeTargetSageMakerPipelineParameters.Builder. pipelineParameterList(Collection<SageMakerPipelineParameter> pipelineParameterList)List of Parameter names and values for SageMaker Model Building Pipeline execution.
-