Uses of Class
software.amazon.awssdk.services.scheduler.model.SageMakerPipelineParameter
-
Packages that use SageMakerPipelineParameter Package Description software.amazon.awssdk.services.scheduler.model -
-
Uses of SageMakerPipelineParameter in software.amazon.awssdk.services.scheduler.model
Methods in software.amazon.awssdk.services.scheduler.model that return types with arguments of type SageMakerPipelineParameter Modifier and Type Method Description List<SageMakerPipelineParameter>SageMakerPipelineParameters. pipelineParameterList()List of parameter names and values to use when executing the SageMaker Model Building Pipeline.Methods in software.amazon.awssdk.services.scheduler.model with parameters of type SageMakerPipelineParameter Modifier and Type Method Description SageMakerPipelineParameters.BuilderSageMakerPipelineParameters.Builder. pipelineParameterList(SageMakerPipelineParameter... pipelineParameterList)List of parameter names and values to use when executing the SageMaker Model Building Pipeline.Method parameters in software.amazon.awssdk.services.scheduler.model with type arguments of type SageMakerPipelineParameter Modifier and Type Method Description SageMakerPipelineParameters.BuilderSageMakerPipelineParameters.Builder. pipelineParameterList(Collection<SageMakerPipelineParameter> pipelineParameterList)List of parameter names and values to use when executing the SageMaker Model Building Pipeline.
-